Hex Color #85CDB8 - Custom Color

Color Codes

HEX
#85CDB8
RGB
rgb(133, 205, 184)
HSL
hsl(162, 42%, 66%)
CMYK
cmyk(35%, 0%, 10%, 20%)
HSV
hsv(162, 35%, 80%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Recommended Text Color

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

Similar Colors

Color in Use

Card with colored border

Background with 20% opacity

CSS Code

.element {
background-color: #85CDB8;
color: #85CDB8;
border-color: #85CDB8;
}

Tailwind CSS (with arbitrary values)

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