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