#cfee5f
a light, electric green · cool · closest name: khaki
RGB
207, 238, 95
HSL
73°, 81%, 65%
CMYK
13, 0, 60, 7
Luminance
0.7524
Every format
| HEX | #cfee5f |
| RGB | rgb(207, 238, 95) |
| HSL | hsl(73, 81%, 65%) |
| CMYK | cmyk(13%, 0%, 60%, 7%) |
| LAB | lab(89.5 -29.8 64.1) |
| LCH | lch(89.5 70.6 114.9) |
| OKLCH | oklch(0.899 0.171 120.3) |
Copy-ready code
/* CSS */
color: #cfee5f;
background-color: #cfee5f;
/* Tailwind (arbitrary) */
class="text-[#cfee5f] bg-[#cfee5f]"
/* SCSS */
$brand: #cfee5f;
/* SwiftUI */
Color(red: 0.812, green: 0.933, blue: 0.373)
/* Android */
Color.parseColor("#cfee5f")Accessibility — WCAG contrast
Aa
#cfee5f on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfee5f on black: 16.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.3%
Blue37.3%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow60.1%
Key (black)6.7%
Color previews
#cfee5f text on a black background
contrast 16.05:1
Card sample
#cfee5f text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfee5f;
Background color
Panel with #cfee5f background
background-color: #cfee5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfee5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 238, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 238, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfee5f; background: linear-gradient(135deg, #cfee5f, #70EE5F);