#c4eeaf
a light, vivid green · cool · closest name: khaki
RGB
196, 238, 175
HSL
100°, 65%, 81%
CMYK
18, 0, 27, 7
Luminance
0.7598
Every format
| HEX | #c4eeaf |
| RGB | rgb(196, 238, 175) |
| HSL | hsl(100, 65%, 81%) |
| CMYK | cmyk(18%, 0%, 27%, 7%) |
| LAB | lab(89.8 -24.8 26.2) |
| LCH | lch(89.8 36.0 133.4) |
| OKLCH | oklch(0.904 0.094 135.4) |
Copy-ready code
/* CSS */
color: #c4eeaf;
background-color: #c4eeaf;
/* Tailwind (arbitrary) */
class="text-[#c4eeaf] bg-[#c4eeaf]"
/* SCSS */
$brand: #c4eeaf;
/* SwiftUI */
Color(red: 0.769, green: 0.933, blue: 0.686)
/* Android */
Color.parseColor("#c4eeaf")Accessibility — WCAG contrast
Aa
#c4eeaf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4eeaf on black: 16.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green93.3%
Blue68.6%
CMYK percentages
Cyan17.6%
Magenta0.0%
Yellow26.5%
Key (black)6.7%
Color previews
#c4eeaf text on a black background
contrast 16.20:1
Card sample
#c4eeaf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4eeaf;
Background color
Panel with #c4eeaf background
background-color: #c4eeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4eeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 238, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 238, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4eeaf; background: linear-gradient(135deg, #c4eeaf, #AFEEC4);