Hex Color #35877C - Custom Color

Color Codes

HEX
#35877C
RGB
rgb(53, 135, 124)
HSL
hsl(172, 44%, 37%)
CMYK
cmyk(61%, 0%, 8%, 47%)
HSV
hsv(172, 61%, 53%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 4.91: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: #35877C;
color: #35877C;
border-color: #35877C;
}

Tailwind CSS (with arbitrary values)

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