#cfee69
a light, electric green · cool · closest name: khaki
RGB
207, 238, 105
HSL
74°, 80%, 67%
CMYK
13, 0, 56, 7
Luminance
0.7543
Every format
| HEX | #cfee69 |
| RGB | rgb(207, 238, 105) |
| HSL | hsl(74, 80%, 67%) |
| CMYK | cmyk(13%, 0%, 56%, 7%) |
| LAB | lab(89.6 -29.0 59.9) |
| LCH | lch(89.6 66.5 115.8) |
| OKLCH | oklch(0.900 0.162 120.7) |
Copy-ready code
/* CSS */
color: #cfee69;
background-color: #cfee69;
/* Tailwind (arbitrary) */
class="text-[#cfee69] bg-[#cfee69]"
/* SCSS */
$brand: #cfee69;
/* SwiftUI */
Color(red: 0.812, green: 0.933, blue: 0.412)
/* Android */
Color.parseColor("#cfee69")Accessibility — WCAG contrast
Aa
#cfee69 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfee69 on black: 16.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.3%
Blue41.2%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow55.9%
Key (black)6.7%
Color previews
#cfee69 text on a black background
contrast 16.09:1
Card sample
#cfee69 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfee69;
Background color
Panel with #cfee69 background
background-color: #cfee69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfee69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 238, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 238, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfee69; background: linear-gradient(135deg, #cfee69, #77EE69);