Hex Color #1D907B - Custom Color

Color Codes

HEX
#1D907B
RGB
rgb(29, 144, 123)
HSL
hsl(169, 66%, 34%)
CMYK
cmyk(80%, 0%, 15%, 44%)
HSV
hsv(169, 80%, 56%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

Contrast Ratio: 3.94:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Text on Black Background

Sample Text

Contrast Ratio: 5.33:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Recommended Text Color

For best readability on this background color, use white text.

Similar Colors

Color in Use

Card with colored border

Background with 20% opacity

CSS Code

.element {
background-color: #1D907B;
color: #1D907B;
border-color: #1D907B;
}

Tailwind CSS (with arbitrary values)

bg-[#1D907B]
text-[#1D907B]
border-[#1D907B]
// Example usage:
<div className="bg-[#1D907B]">