Hex Color #CFFFB9 - Custom Color

Color Codes

HEX
#CFFFB9
RGB
rgb(207, 255, 185)
HSL
hsl(101, 100%, 86%)
CMYK
cmyk(19%, 0%, 27%, 0%)
HSV
hsv(101, 27%, 100%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 18.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: #CFFFB9;
color: #CFFFB9;
border-color: #CFFFB9;
}

Tailwind CSS (with arbitrary values)

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