Hex Color #057554 - Custom Color

Color Codes

HEX
#057554
RGB
rgb(5, 117, 84)
HSL
hsl(162, 92%, 24%)
CMYK
cmyk(96%, 0%, 28%, 54%)
HSV
hsv(162, 96%, 46%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 3.68:1
Fail - 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: #057554;
color: #057554;
border-color: #057554;
}

Tailwind CSS (with arbitrary values)

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