Hex Color #CEE401 - Custom Color

Color Codes

HEX
#CEE401
RGB
rgb(206, 228, 1)
HSL
hsl(66, 99%, 45%)
CMYK
cmyk(10%, 0%, 100%, 11%)
HSV
hsv(66, 100%, 89%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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