Hex Color #BFF7FD - Custom Color
Color Codes
HEX
#BFF7FD
RGB
rgb(191, 247, 253)
HSL
hsl(186, 94%, 87%)
CMYK
cmyk(25%, 2%, 0%, 1%)
HSV
hsv(186, 25%, 99%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.17:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 17.94: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: #BFF7FD;
color: #BFF7FD;
border-color: #BFF7FD;
}
Tailwind CSS (with arbitrary values)
bg-[#BFF7FD]
text-[#BFF7FD]
border-[#BFF7FD]
// Example usage:
<div className="bg-[#BFF7FD]">