#c4edaf
a light, vivid green · cool · closest name: khaki
RGB
196, 237, 175
HSL
100°, 63%, 81%
CMYK
17, 0, 26, 7
Luminance
0.7540
Every format
| HEX | #c4edaf |
| RGB | rgb(196, 237, 175) |
| HSL | hsl(100, 63%, 81%) |
| CMYK | cmyk(17%, 0%, 26%, 7%) |
| LAB | lab(89.6 -24.3 25.8) |
| LCH | lch(89.6 35.4 133.3) |
| OKLCH | oklch(0.901 0.093 135.2) |
Copy-ready code
/* CSS */
color: #c4edaf;
background-color: #c4edaf;
/* Tailwind (arbitrary) */
class="text-[#c4edaf] bg-[#c4edaf]"
/* SCSS */
$brand: #c4edaf;
/* SwiftUI */
Color(red: 0.769, green: 0.929, blue: 0.686)
/* Android */
Color.parseColor("#c4edaf")Accessibility — WCAG contrast
Aa
#c4edaf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4edaf on black: 16.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green92.9%
Blue68.6%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow26.2%
Key (black)7.1%
Color previews
#c4edaf text on a black background
contrast 16.08:1
Card sample
#c4edaf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4edaf;
Background color
Panel with #c4edaf background
background-color: #c4edaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4edaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 237, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 237, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4edaf; background: linear-gradient(135deg, #c4edaf, #AFEDC3);