#cdf528
a balanced, electric green · cool · closest name: yellow
RGB
205, 245, 40
HSL
72°, 91%, 56%
CMYK
16, 0, 84, 4
Luminance
0.7844
Every format
| HEX | #cdf528 |
| RGB | rgb(205, 245, 40) |
| HSL | hsl(72, 91%, 56%) |
| CMYK | cmyk(16%, 0%, 84%, 4%) |
| LAB | lab(91.0 -36.5 83.3) |
| LCH | lch(91.0 91.0 113.7) |
| OKLCH | oklch(0.910 0.210 121.2) |
Copy-ready code
/* CSS */
color: #cdf528;
background-color: #cdf528;
/* Tailwind (arbitrary) */
class="text-[#cdf528] bg-[#cdf528]"
/* SCSS */
$brand: #cdf528;
/* SwiftUI */
Color(red: 0.804, green: 0.961, blue: 0.157)
/* Android */
Color.parseColor("#cdf528")Accessibility — WCAG contrast
Aa
#cdf528 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf528 on black: 16.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.1%
Blue15.7%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow83.7%
Key (black)3.9%
Color previews
#cdf528 text on a black background
contrast 16.69:1
Card sample
#cdf528 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf528;
Background color
Panel with #cdf528 background
background-color: #cdf528;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf528;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 245, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 245, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf528; background: linear-gradient(135deg, #cdf528, #44F528);