Hex Color #C2FDDA - Custom Color

Color Codes

HEX
#C2FDDA
RGB
rgb(194, 253, 218)
HSL
hsl(144, 94%, 88%)
CMYK
cmyk(23%, 0%, 14%, 1%)
HSV
hsv(144, 23%, 99%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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