Hex Color #88CEFF - Custom Color

Color Codes

HEX
#88CEFF
RGB
rgb(136, 206, 255)
HSL
hsl(205, 100%, 77%)
CMYK
cmyk(47%, 19%, 0%, 0%)
HSV
hsv(205, 47%, 100%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 12.32: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: #88CEFF;
color: #88CEFF;
border-color: #88CEFF;
}

Tailwind CSS (with arbitrary values)

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