#cfef7d
a light, electric green · cool · closest name: khaki
RGB
207, 239, 125
HSL
77°, 78%, 71%
CMYK
13, 0, 48, 6
Luminance
0.7648
Every format
| HEX | #cfef7d |
| RGB | rgb(207, 239, 125) |
| HSL | hsl(77, 78%, 71%) |
| CMYK | cmyk(13%, 0%, 48%, 6%) |
| LAB | lab(90.1 -27.6 51.4) |
| LCH | lch(90.1 58.3 118.3) |
| OKLCH | oklch(0.905 0.145 122.2) |
Copy-ready code
/* CSS */
color: #cfef7d;
background-color: #cfef7d;
/* Tailwind (arbitrary) */
class="text-[#cfef7d] bg-[#cfef7d]"
/* SCSS */
$brand: #cfef7d;
/* SwiftUI */
Color(red: 0.812, green: 0.937, blue: 0.490)
/* Android */
Color.parseColor("#cfef7d")Accessibility — WCAG contrast
Aa
#cfef7d on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfef7d on black: 16.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.7%
Blue49.0%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow47.7%
Key (black)6.3%
Color previews
#cfef7d text on a black background
contrast 16.30:1
Card sample
#cfef7d text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfef7d;
Background color
Panel with #cfef7d background
background-color: #cfef7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfef7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 239, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 239, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfef7d; background: linear-gradient(135deg, #cfef7d, #83EF7D);