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