Hex Color #86BEFC - Custom Color
Color Codes
HEX
#86BEFC
RGB
rgb(134, 190, 252)
HSL
hsl(212, 95%, 76%)
CMYK
cmyk(47%, 25%, 0%, 1%)
HSV
hsv(212, 47%, 99%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.95:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 10.78:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Recommended Text Color
For best readability on this background color, use white text.
Similar Colors
Color in Use
Card with colored border
Background with 20% opacity
CSS Code
.element {
background-color: #86BEFC;
color: #86BEFC;
border-color: #86BEFC;
}
Tailwind CSS (with arbitrary values)
bg-[#86BEFC]
text-[#86BEFC]
border-[#86BEFC]
// Example usage:
<div className="bg-[#86BEFC]">