#cdf71d
a balanced, electric green · cool · closest name: yellow
RGB
205, 247, 29
HSL
72°, 93%, 54%
CMYK
17, 0, 88, 3
Luminance
0.7959
Every format
| HEX | #cdf71d |
| RGB | rgb(205, 247, 29) |
| HSL | hsl(72, 93%, 54%) |
| CMYK | cmyk(17%, 0%, 88%, 3%) |
| LAB | lab(91.5 -37.7 85.8) |
| LCH | lch(91.5 93.7 113.7) |
| OKLCH | oklch(0.914 0.216 121.5) |
Copy-ready code
/* CSS */
color: #cdf71d;
background-color: #cdf71d;
/* Tailwind (arbitrary) */
class="text-[#cdf71d] bg-[#cdf71d]"
/* SCSS */
$brand: #cdf71d;
/* SwiftUI */
Color(red: 0.804, green: 0.969, blue: 0.114)
/* Android */
Color.parseColor("#cdf71d")Accessibility — WCAG contrast
Aa
#cdf71d on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf71d on black: 16.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.9%
Blue11.4%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow88.3%
Key (black)3.1%
Color previews
#cdf71d text on a black background
contrast 16.92:1
Card sample
#cdf71d text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf71d;
Background color
Panel with #cdf71d background
background-color: #cdf71d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf71d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 247, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 247, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf71d; background: linear-gradient(135deg, #cdf71d, #3BF71D);