#cdf425
a balanced, electric green · cool · closest name: yellow
RGB
205, 244, 37
HSL
71°, 90%, 55%
CMYK
16, 0, 85, 4
Luminance
0.7781
Every format
| HEX | #cdf425 |
| RGB | rgb(205, 244, 37) |
| HSL | hsl(71, 90%, 55%) |
| CMYK | cmyk(16%, 0%, 85%, 4%) |
| LAB | lab(90.7 -36.1 83.7) |
| LCH | lch(90.7 91.2 113.4) |
| OKLCH | oklch(0.907 0.210 120.9) |
Copy-ready code
/* CSS */
color: #cdf425;
background-color: #cdf425;
/* Tailwind (arbitrary) */
class="text-[#cdf425] bg-[#cdf425]"
/* SCSS */
$brand: #cdf425;
/* SwiftUI */
Color(red: 0.804, green: 0.957, blue: 0.145)
/* Android */
Color.parseColor("#cdf425")Accessibility — WCAG contrast
Aa
#cdf425 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf425 on black: 16.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.7%
Blue14.5%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow84.8%
Key (black)4.3%
Color previews
#cdf425 text on a black background
contrast 16.56:1
Card sample
#cdf425 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf425;
Background color
Panel with #cdf425 background
background-color: #cdf425;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf425;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 244, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 244, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf425; background: linear-gradient(135deg, #cdf425, #43F425);