Hex Color #87BBAB - Custom Color

Color Codes

HEX
#87BBAB
RGB
rgb(135, 187, 171)
HSL
hsl(162, 28%, 63%)
CMYK
cmyk(28%, 0%, 9%, 27%)
HSV
hsv(162, 28%, 73%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 9.73:1
Pass - WCAG AA (Normal Text)
Pass - 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: #87BBAB;
color: #87BBAB;
border-color: #87BBAB;
}

Tailwind CSS (with arbitrary values)

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