Hex Color #14977E - Custom Color

Color Codes

HEX
#14977E
RGB
rgb(20, 151, 126)
HSL
hsl(169, 77%, 34%)
CMYK
cmyk(87%, 0%, 17%, 41%)
HSV
hsv(169, 87%, 59%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 5.76: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: #14977E;
color: #14977E;
border-color: #14977E;
}

Tailwind CSS (with arbitrary values)

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