Hex Color #B9CFDF - Custom Color

Color Codes

HEX
#B9CFDF
RGB
rgb(185, 207, 223)
HSL
hsl(205, 37%, 80%)
CMYK
cmyk(17%, 7%, 0%, 13%)
HSV
hsv(205, 17%, 87%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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