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