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