#cfee76
a light, electric green · cool · closest name: khaki
RGB
207, 238, 118
HSL
76°, 78%, 70%
CMYK
13, 0, 50, 7
Luminance
0.7572
Every format
| HEX | #cfee76 |
| RGB | rgb(207, 238, 118) |
| HSL | hsl(76, 78%, 70%) |
| CMYK | cmyk(13%, 0%, 50%, 7%) |
| LAB | lab(89.7 -27.8 54.2) |
| LCH | lch(89.7 60.9 117.2) |
| OKLCH | oklch(0.902 0.151 121.5) |
Copy-ready code
/* CSS */
color: #cfee76;
background-color: #cfee76;
/* Tailwind (arbitrary) */
class="text-[#cfee76] bg-[#cfee76]"
/* SCSS */
$brand: #cfee76;
/* SwiftUI */
Color(red: 0.812, green: 0.933, blue: 0.463)
/* Android */
Color.parseColor("#cfee76")Accessibility — WCAG contrast
Aa
#cfee76 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfee76 on black: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.3%
Blue46.3%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow50.4%
Key (black)6.7%
Color previews
#cfee76 text on a black background
contrast 16.14:1
Card sample
#cfee76 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfee76;
Background color
Panel with #cfee76 background
background-color: #cfee76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfee76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 238, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 238, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfee76; background: linear-gradient(135deg, #cfee76, #7FEE76);