Hex Color #BDD9ED - Custom Color

Color Codes

HEX
#BDD9ED
RGB
rgb(189, 217, 237)
HSL
hsl(205, 57%, 84%)
CMYK
cmyk(20%, 8%, 0%, 7%)
HSV
hsv(205, 20%, 93%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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