#cdf42c
a balanced, electric green · cool · closest name: yellow
RGB
205, 244, 44
HSL
72°, 90%, 57%
CMYK
16, 0, 82, 4
Luminance
0.7786
Every format
| HEX | #cdf42c |
| RGB | rgb(205, 244, 44) |
| HSL | hsl(72, 90%, 57%) |
| CMYK | cmyk(16%, 0%, 82%, 4%) |
| LAB | lab(90.7 -35.9 82.2) |
| LCH | lch(90.7 89.7 113.6) |
| OKLCH | oklch(0.908 0.208 121.0) |
Copy-ready code
/* CSS */
color: #cdf42c;
background-color: #cdf42c;
/* Tailwind (arbitrary) */
class="text-[#cdf42c] bg-[#cdf42c]"
/* SCSS */
$brand: #cdf42c;
/* SwiftUI */
Color(red: 0.804, green: 0.957, blue: 0.173)
/* Android */
Color.parseColor("#cdf42c")Accessibility — WCAG contrast
Aa
#cdf42c on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf42c on black: 16.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.7%
Blue17.3%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow82.0%
Key (black)4.3%
Color previews
#cdf42c text on a black background
contrast 16.57:1
Card sample
#cdf42c text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf42c;
Background color
Panel with #cdf42c background
background-color: #cdf42c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf42c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 244, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 244, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf42c; background: linear-gradient(135deg, #cdf42c, #48F42C);