#cfec7d
a light, vivid green · cool · closest name: khaki
RGB
207, 236, 125
HSL
76°, 75%, 71%
CMYK
12, 0, 47, 8
Luminance
0.7474
Every format
| HEX | #cfec7d |
| RGB | rgb(207, 236, 125) |
| HSL | hsl(76, 75%, 71%) |
| CMYK | cmyk(12%, 0%, 47%, 8%) |
| LAB | lab(89.3 -26.2 50.4) |
| LCH | lch(89.3 56.8 117.5) |
| OKLCH | oklch(0.898 0.141 121.3) |
Copy-ready code
/* CSS */
color: #cfec7d;
background-color: #cfec7d;
/* Tailwind (arbitrary) */
class="text-[#cfec7d] bg-[#cfec7d]"
/* SCSS */
$brand: #cfec7d;
/* SwiftUI */
Color(red: 0.812, green: 0.925, blue: 0.490)
/* Android */
Color.parseColor("#cfec7d")Accessibility — WCAG contrast
Aa
#cfec7d on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfec7d on black: 15.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green92.5%
Blue49.0%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow47.0%
Key (black)7.5%
Color previews
#cfec7d text on a black background
contrast 15.95:1
Card sample
#cfec7d text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfec7d;
Background color
Panel with #cfec7d background
background-color: #cfec7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfec7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 236, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 236, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfec7d; background: linear-gradient(135deg, #cfec7d, #85EC7D);