Hex Color #C3F3BE - Custom Color
Color Codes
HEX
#C3F3BE
RGB
rgb(195, 243, 190)
HSL
hsl(114, 69%, 85%)
CMYK
cmyk(20%, 0%, 22%, 5%)
HSV
hsv(114, 22%, 95%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.24:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 16.88: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: #C3F3BE;
color: #C3F3BE;
border-color: #C3F3BE;
}
Tailwind CSS (with arbitrary values)
bg-[#C3F3BE]
text-[#C3F3BE]
border-[#C3F3BE]
// Example usage:
<div className="bg-[#C3F3BE]">