#cdf335
a balanced, electric green · cool · closest name: yellow
RGB
205, 243, 53
HSL
72°, 89%, 58%
CMYK
16, 0, 78, 5
Luminance
0.7734
Every format
| HEX | #cdf335 |
| RGB | rgb(205, 243, 53) |
| HSL | hsl(72, 89%, 58%) |
| CMYK | cmyk(16%, 0%, 78%, 5%) |
| LAB | lab(90.5 -35.2 79.7) |
| LCH | lch(90.5 87.1 113.8) |
| OKLCH | oklch(0.906 0.203 120.9) |
Copy-ready code
/* CSS */
color: #cdf335;
background-color: #cdf335;
/* Tailwind (arbitrary) */
class="text-[#cdf335] bg-[#cdf335]"
/* SCSS */
$brand: #cdf335;
/* SwiftUI */
Color(red: 0.804, green: 0.953, blue: 0.208)
/* Android */
Color.parseColor("#cdf335")Accessibility — WCAG contrast
Aa
#cdf335 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf335 on black: 16.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.3%
Blue20.8%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow78.2%
Key (black)4.7%
Color previews
#cdf335 text on a black background
contrast 16.47:1
Card sample
#cdf335 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf335;
Background color
Panel with #cdf335 background
background-color: #cdf335;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf335;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 243, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 243, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf335; background: linear-gradient(135deg, #cdf335, #4EF335);