#cfee49
a balanced, electric green · cool · closest name: yellow
RGB
207, 238, 73
HSL
71°, 83%, 61%
CMYK
13, 0, 69, 7
Luminance
0.7490
Every format
| HEX | #cfee49 |
| RGB | rgb(207, 238, 73) |
| HSL | hsl(71, 83%, 61%) |
| CMYK | cmyk(13%, 0%, 69%, 7%) |
| LAB | lab(89.3 -31.2 72.4) |
| LCH | lch(89.3 78.8 113.3) |
| OKLCH | oklch(0.897 0.186 119.6) |
Copy-ready code
/* CSS */
color: #cfee49;
background-color: #cfee49;
/* Tailwind (arbitrary) */
class="text-[#cfee49] bg-[#cfee49]"
/* SCSS */
$brand: #cfee49;
/* SwiftUI */
Color(red: 0.812, green: 0.933, blue: 0.286)
/* Android */
Color.parseColor("#cfee49")Accessibility — WCAG contrast
Aa
#cfee49 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfee49 on black: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green93.3%
Blue28.6%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow69.3%
Key (black)6.7%
Color previews
#cfee49 text on a black background
contrast 15.98:1
Card sample
#cfee49 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfee49;
Background color
Panel with #cfee49 background
background-color: #cfee49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfee49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 238, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 238, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfee49; background: linear-gradient(135deg, #cfee49, #61EE49);