#c4ebad
a light, vivid green · cool · closest name: khaki
RGB
196, 235, 173
HSL
98°, 61%, 80%
CMYK
17, 0, 26, 8
Luminance
0.7417
Every format
| HEX | #c4ebad |
| RGB | rgb(196, 235, 173) |
| HSL | hsl(98, 61%, 80%) |
| CMYK | cmyk(17%, 0%, 26%, 8%) |
| LAB | lab(89.0 -23.6 26.0) |
| LCH | lch(89.0 35.2 132.2) |
| OKLCH | oklch(0.897 0.092 134.2) |
Copy-ready code
/* CSS */
color: #c4ebad;
background-color: #c4ebad;
/* Tailwind (arbitrary) */
class="text-[#c4ebad] bg-[#c4ebad]"
/* SCSS */
$brand: #c4ebad;
/* SwiftUI */
Color(red: 0.769, green: 0.922, blue: 0.678)
/* Android */
Color.parseColor("#c4ebad")Accessibility — WCAG contrast
Aa
#c4ebad on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4ebad on black: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green92.2%
Blue67.8%
CMYK percentages
Cyan16.6%
Magenta0.0%
Yellow26.4%
Key (black)7.8%
Color previews
#c4ebad text on a black background
contrast 15.83:1
Card sample
#c4ebad text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4ebad;
Background color
Panel with #c4ebad background
background-color: #c4ebad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4ebad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 235, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 235, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4ebad; background: linear-gradient(135deg, #c4ebad, #ADEBBF);