Hex Color #C6ECF0 - Custom Color

Color Codes

HEX
#C6ECF0
RGB
rgb(198, 236, 240)
HSL
hsl(186, 58%, 86%)
CMYK
cmyk(17%, 2%, 0%, 6%)
HSV
hsv(186, 17%, 94%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 16.66: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: #C6ECF0;
color: #C6ECF0;
border-color: #C6ECF0;
}

Tailwind CSS (with arbitrary values)

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