Hex Color #8ADEFF - Custom Color

Color Codes

HEX
#8ADEFF
RGB
rgb(138, 222, 255)
HSL
hsl(197, 100%, 77%)
CMYK
cmyk(46%, 13%, 0%, 0%)
HSV
hsv(197, 46%, 100%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 13.97: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: #8ADEFF;
color: #8ADEFF;
border-color: #8ADEFF;
}

Tailwind CSS (with arbitrary values)

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