#cdf12d
a balanced, electric green · cool · closest name: yellow
RGB
205, 241, 45
HSL
71°, 88%, 56%
CMYK
15, 0, 81, 6
Luminance
0.7608
Every format
| HEX | #cdf12d |
| RGB | rgb(205, 241, 45) |
| HSL | hsl(71, 88%, 56%) |
| CMYK | cmyk(15%, 0%, 81%, 6%) |
| LAB | lab(89.9 -34.5 81.3) |
| LCH | lch(89.9 88.3 113.0) |
| OKLCH | oklch(0.901 0.204 120.4) |
Copy-ready code
/* CSS */
color: #cdf12d;
background-color: #cdf12d;
/* Tailwind (arbitrary) */
class="text-[#cdf12d] bg-[#cdf12d]"
/* SCSS */
$brand: #cdf12d;
/* SwiftUI */
Color(red: 0.804, green: 0.945, blue: 0.176)
/* Android */
Color.parseColor("#cdf12d")Accessibility — WCAG contrast
Aa
#cdf12d on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf12d on black: 16.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.5%
Blue17.6%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow81.3%
Key (black)5.5%
Color previews
#cdf12d text on a black background
contrast 16.22:1
Card sample
#cdf12d text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf12d;
Background color
Panel with #cdf12d background
background-color: #cdf12d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf12d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 241, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 241, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf12d; background: linear-gradient(135deg, #cdf12d, #4AF12D);