#cfef6c
a light, electric green · cool · closest name: khaki
RGB
207, 239, 108
HSL
75°, 80%, 68%
CMYK
13, 0, 55, 6
Luminance
0.7608
Every format
| HEX | #cfef6c |
| RGB | rgb(207, 239, 108) |
| HSL | hsl(75, 80%, 68%) |
| CMYK | cmyk(13%, 0%, 55%, 6%) |
| LAB | lab(89.9 -29.2 58.9) |
| LCH | lch(89.9 65.8 116.4) |
| OKLCH | oklch(0.903 0.161 121.2) |
Copy-ready code
/* CSS */
color: #cfef6c;
background-color: #cfef6c;
/* Tailwind (arbitrary) */
class="text-[#cfef6c] bg-[#cfef6c]"
/* SCSS */
$brand: #cfef6c;
/* SwiftUI */
Color(red: 0.812, green: 0.937, blue: 0.424)
/* Android */
Color.parseColor("#cfef6c")Accessibility — WCAG contrast
Aa
#cfef6c on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfef6c on black: 16.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.7%
Blue42.4%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow54.8%
Key (black)6.3%
Color previews
#cfef6c text on a black background
contrast 16.22:1
Card sample
#cfef6c text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfef6c;
Background color
Panel with #cfef6c background
background-color: #cfef6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfef6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 239, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 239, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfef6c; background: linear-gradient(135deg, #cfef6c, #77EF6C);