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