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