#cfe29e
a light, vivid green · cool · closest name: khaki
RGB
207, 226, 158
HSL
77°, 54%, 75%
CMYK
8, 0, 30, 11
Luminance
0.7013
Every format
| HEX | #cfe29e |
| RGB | rgb(207, 226, 158) |
| HSL | hsl(77, 54%, 75%) |
| CMYK | cmyk(8%, 0%, 30%, 11%) |
| LAB | lab(87.1 -17.5 31.2) |
| LCH | lch(87.1 35.8 119.2) |
| OKLCH | oklch(0.882 0.091 121.0) |
Copy-ready code
/* CSS */
color: #cfe29e;
background-color: #cfe29e;
/* Tailwind (arbitrary) */
class="text-[#cfe29e] bg-[#cfe29e]"
/* SCSS */
$brand: #cfe29e;
/* SwiftUI */
Color(red: 0.812, green: 0.886, blue: 0.620)
/* Android */
Color.parseColor("#cfe29e")Accessibility — WCAG contrast
Aa
#cfe29e on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe29e on black: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green88.6%
Blue62.0%
CMYK percentages
Cyan8.4%
Magenta0.0%
Yellow30.1%
Key (black)11.4%
Color previews
#cfe29e text on a black background
contrast 15.03:1
Card sample
#cfe29e text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe29e;
Background color
Panel with #cfe29e background
background-color: #cfe29e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe29e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 226, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 226, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe29e; background: linear-gradient(135deg, #cfe29e, #A2E29E);