#cffc41
a balanced, electric green · cool · closest name: yellow
RGB
207, 252, 65
HSL
74°, 97%, 62%
CMYK
18, 0, 74, 1
Luminance
0.8327
Every format
| HEX | #cffc41 |
| RGB | rgb(207, 252, 65) |
| HSL | hsl(74, 97%, 62%) |
| CMYK | cmyk(18%, 0%, 74%, 1%) |
| LAB | lab(93.1 -37.9 78.7) |
| LCH | lch(93.1 87.4 115.7) |
| OKLCH | oklch(0.928 0.207 122.6) |
Copy-ready code
/* CSS */
color: #cffc41;
background-color: #cffc41;
/* Tailwind (arbitrary) */
class="text-[#cffc41] bg-[#cffc41]"
/* SCSS */
$brand: #cffc41;
/* SwiftUI */
Color(red: 0.812, green: 0.988, blue: 0.255)
/* Android */
Color.parseColor("#cffc41")Accessibility — WCAG contrast
Aa
#cffc41 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cffc41 on black: 17.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green98.8%
Blue25.5%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow74.2%
Key (black)1.2%
Color previews
#cffc41 text on a black background
contrast 17.65:1
Card sample
#cffc41 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cffc41;
Background color
Panel with #cffc41 background
background-color: #cffc41;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cffc41;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 252, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 252, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cffc41; background: linear-gradient(135deg, #cffc41, #53FC41);