Hex Color #BDF1FE - Custom Color

Color Codes

HEX
#BDF1FE
RGB
rgb(189, 241, 254)
HSL
hsl(192, 97%, 87%)
CMYK
cmyk(26%, 5%, 0%, 0%)
HSV
hsv(192, 26%, 100%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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