Hex Color #BCE6DD - Custom Color

Color Codes

HEX
#BCE6DD
RGB
rgb(188, 230, 221)
HSL
hsl(167, 46%, 82%)
CMYK
cmyk(18%, 0%, 4%, 10%)
HSV
hsv(167, 18%, 90%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 15.50: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: #BCE6DD;
color: #BCE6DD;
border-color: #BCE6DD;
}

Tailwind CSS (with arbitrary values)

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