Hex Color #8BEBFB - Custom Color
Color Codes
HEX
#8BEBFB
RGB
rgb(139, 235, 251)
HSL
hsl(189, 93%, 76%)
CMYK
cmyk(45%, 6%, 0%, 2%)
HSV
hsv(189, 45%, 98%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.37:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 15.37: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: #8BEBFB;
color: #8BEBFB;
border-color: #8BEBFB;
}
Tailwind CSS (with arbitrary values)
bg-[#8BEBFB]
text-[#8BEBFB]
border-[#8BEBFB]
// Example usage:
<div className="bg-[#8BEBFB]">