#cfee73
a light, electric green · cool · closest name: khaki
RGB
207, 238, 115
HSL
75°, 78%, 69%
CMYK
13, 0, 52, 7
Luminance
0.7565
Every format
| HEX | #cfee73 |
| RGB | rgb(207, 238, 115) |
| HSL | hsl(75, 78%, 69%) |
| CMYK | cmyk(13%, 0%, 52%, 7%) |
| LAB | lab(89.7 -28.1 55.5) |
| LCH | lch(89.7 62.2 116.8) |
| OKLCH | oklch(0.901 0.153 121.3) |
Copy-ready code
/* CSS */
color: #cfee73;
background-color: #cfee73;
/* Tailwind (arbitrary) */
class="text-[#cfee73] bg-[#cfee73]"
/* SCSS */
$brand: #cfee73;
/* SwiftUI */
Color(red: 0.812, green: 0.933, blue: 0.451)
/* Android */
Color.parseColor("#cfee73")Accessibility — WCAG contrast
Aa
#cfee73 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfee73 on black: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.3%
Blue45.1%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow51.7%
Key (black)6.7%
Color previews
#cfee73 text on a black background
contrast 16.13:1
Card sample
#cfee73 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfee73;
Background color
Panel with #cfee73 background
background-color: #cfee73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfee73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 238, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 238, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfee73; background: linear-gradient(135deg, #cfee73, #7DEE73);