#cdfb41
a balanced, electric green · cool · closest name: yellow
RGB
205, 251, 65
HSL
75°, 96%, 62%
CMYK
18, 0, 74, 2
Luminance
0.8236
Every format
| HEX | #cdfb41 |
| RGB | rgb(205, 251, 65) |
| HSL | hsl(75, 96%, 62%) |
| CMYK | cmyk(18%, 0%, 74%, 2%) |
| LAB | lab(92.7 -38.3 78.3) |
| LCH | lch(92.7 87.2 116.0) |
| OKLCH | oklch(0.924 0.206 122.9) |
Copy-ready code
/* CSS */
color: #cdfb41;
background-color: #cdfb41;
/* Tailwind (arbitrary) */
class="text-[#cdfb41] bg-[#cdfb41]"
/* SCSS */
$brand: #cdfb41;
/* SwiftUI */
Color(red: 0.804, green: 0.984, blue: 0.255)
/* Android */
Color.parseColor("#cdfb41")Accessibility — WCAG contrast
Aa
#cdfb41 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfb41 on black: 17.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.4%
Blue25.5%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow74.1%
Key (black)1.6%
Color previews
#cdfb41 text on a black background
contrast 17.47:1
Card sample
#cdfb41 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfb41;
Background color
Panel with #cdfb41 background
background-color: #cdfb41;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfb41;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 251, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 251, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfb41; background: linear-gradient(135deg, #cdfb41, #51FB41);