#cdf141
a balanced, electric green · cool · closest name: yellow
RGB
205, 241, 65
HSL
72°, 86%, 60%
CMYK
15, 0, 73, 6
Luminance
0.7627
Every format
| HEX | #cdf141 |
| RGB | rgb(205, 241, 65) |
| HSL | hsl(72, 86%, 60%) |
| CMYK | cmyk(15%, 0%, 73%, 6%) |
| LAB | lab(90.0 -33.7 75.7) |
| LCH | lch(90.0 82.9 114.0) |
| OKLCH | oklch(0.902 0.195 120.7) |
Copy-ready code
/* CSS */
color: #cdf141;
background-color: #cdf141;
/* Tailwind (arbitrary) */
class="text-[#cdf141] bg-[#cdf141]"
/* SCSS */
$brand: #cdf141;
/* SwiftUI */
Color(red: 0.804, green: 0.945, blue: 0.255)
/* Android */
Color.parseColor("#cdf141")Accessibility — WCAG contrast
Aa
#cdf141 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf141 on black: 16.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.5%
Blue25.5%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow73.0%
Key (black)5.5%
Color previews
#cdf141 text on a black background
contrast 16.25:1
Card sample
#cdf141 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf141;
Background color
Panel with #cdf141 background
background-color: #cdf141;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf141;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 241, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 241, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf141; background: linear-gradient(135deg, #cdf141, #58F141);