#cfec8d
a light, vivid green · cool · closest name: khaki
RGB
207, 236, 141
HSL
78°, 71%, 74%
CMYK
12, 0, 40, 8
Luminance
0.7518
Every format
| HEX | #cfec8d |
| RGB | rgb(207, 236, 141) |
| HSL | hsl(78, 71%, 74%) |
| CMYK | cmyk(12%, 0%, 40%, 8%) |
| LAB | lab(89.5 -24.4 42.9) |
| LCH | lch(89.5 49.4 119.7) |
| OKLCH | oklch(0.901 0.124 122.8) |
Copy-ready code
/* CSS */
color: #cfec8d;
background-color: #cfec8d;
/* Tailwind (arbitrary) */
class="text-[#cfec8d] bg-[#cfec8d]"
/* SCSS */
$brand: #cfec8d;
/* SwiftUI */
Color(red: 0.812, green: 0.925, blue: 0.553)
/* Android */
Color.parseColor("#cfec8d")Accessibility — WCAG contrast
Aa
#cfec8d on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfec8d on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green92.5%
Blue55.3%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow40.3%
Key (black)7.5%
Color previews
#cfec8d text on a black background
contrast 16.04:1
Card sample
#cfec8d text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfec8d;
Background color
Panel with #cfec8d background
background-color: #cfec8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfec8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 236, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 236, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfec8d; background: linear-gradient(135deg, #cfec8d, #90EC8D);