#cdf042
a balanced, electric green · cool · closest name: yellow
RGB
205, 240, 66
HSL
72°, 85%, 60%
CMYK
15, 0, 73, 6
Luminance
0.7569
Every format
| HEX | #cdf042 |
| RGB | rgb(205, 240, 66) |
| HSL | hsl(72, 85%, 60%) |
| CMYK | cmyk(15%, 0%, 73%, 6%) |
| LAB | lab(89.7 -33.2 75.1) |
| LCH | lch(89.7 82.2 113.9) |
| OKLCH | oklch(0.900 0.193 120.5) |
Copy-ready code
/* CSS */
color: #cdf042;
background-color: #cdf042;
/* Tailwind (arbitrary) */
class="text-[#cdf042] bg-[#cdf042]"
/* SCSS */
$brand: #cdf042;
/* SwiftUI */
Color(red: 0.804, green: 0.941, blue: 0.259)
/* Android */
Color.parseColor("#cdf042")Accessibility — WCAG contrast
Aa
#cdf042 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf042 on black: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.1%
Blue25.9%
CMYK percentages
Cyan14.6%
Magenta0.0%
Yellow72.5%
Key (black)5.9%
Color previews
#cdf042 text on a black background
contrast 16.14:1
Card sample
#cdf042 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf042;
Background color
Panel with #cdf042 background
background-color: #cdf042;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf042;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 240, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 240, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf042; background: linear-gradient(135deg, #cdf042, #59F042);