#cfdf9e
a light, vivid green · cool · closest name: khaki
RGB
207, 223, 158
HSL
75°, 50%, 75%
CMYK
7, 0, 29, 13
Luminance
0.6851
Every format
| HEX | #cfdf9e |
| RGB | rgb(207, 223, 158) |
| HSL | hsl(75, 50%, 75%) |
| CMYK | cmyk(7%, 0%, 29%, 13%) |
| LAB | lab(86.3 -16.0 30.1) |
| LCH | lch(86.3 34.1 117.9) |
| OKLCH | oklch(0.876 0.087 119.5) |
Copy-ready code
/* CSS */
color: #cfdf9e;
background-color: #cfdf9e;
/* Tailwind (arbitrary) */
class="text-[#cfdf9e] bg-[#cfdf9e]"
/* SCSS */
$brand: #cfdf9e;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.620)
/* Android */
Color.parseColor("#cfdf9e")Accessibility — WCAG contrast
Aa
#cfdf9e on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdf9e on black: 14.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue62.0%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow29.1%
Key (black)12.5%
Color previews
#cfdf9e text on a black background
contrast 14.70:1
Card sample
#cfdf9e text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdf9e;
Background color
Panel with #cfdf9e background
background-color: #cfdf9e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdf9e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdf9e; background: linear-gradient(135deg, #cfdf9e, #A4DF9E);