#cfee7f
a light, electric green · cool · closest name: khaki
RGB
207, 238, 127
HSL
77°, 77%, 72%
CMYK
13, 0, 47, 7
Luminance
0.7595
Every format
| HEX | #cfee7f |
| RGB | rgb(207, 238, 127) |
| HSL | hsl(77, 77%, 72%) |
| CMYK | cmyk(13%, 0%, 47%, 7%) |
| LAB | lab(89.8 -26.9 50.1) |
| LCH | lch(89.8 56.9 118.3) |
| OKLCH | oklch(0.903 0.142 122.1) |
Copy-ready code
/* CSS */
color: #cfee7f;
background-color: #cfee7f;
/* Tailwind (arbitrary) */
class="text-[#cfee7f] bg-[#cfee7f]"
/* SCSS */
$brand: #cfee7f;
/* SwiftUI */
Color(red: 0.812, green: 0.933, blue: 0.498)
/* Android */
Color.parseColor("#cfee7f")Accessibility — WCAG contrast
Aa
#cfee7f on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfee7f on black: 16.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.3%
Blue49.8%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow46.6%
Key (black)6.7%
Color previews
#cfee7f text on a black background
contrast 16.19:1
Card sample
#cfee7f text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfee7f;
Background color
Panel with #cfee7f background
background-color: #cfee7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfee7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 238, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 238, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfee7f; background: linear-gradient(135deg, #cfee7f, #85EE7F);