#cdf635
a balanced, electric green · cool · closest name: yellow
RGB
205, 246, 53
HSL
73°, 92%, 59%
CMYK
17, 0, 79, 4
Luminance
0.7915
Every format
| HEX | #cdf635 |
| RGB | rgb(205, 246, 53) |
| HSL | hsl(73, 92%, 59%) |
| CMYK | cmyk(17%, 0%, 79%, 4%) |
| LAB | lab(91.3 -36.5 80.5) |
| LCH | lch(91.3 88.4 114.4) |
| OKLCH | oklch(0.913 0.206 121.6) |
Copy-ready code
/* CSS */
color: #cdf635;
background-color: #cdf635;
/* Tailwind (arbitrary) */
class="text-[#cdf635] bg-[#cdf635]"
/* SCSS */
$brand: #cdf635;
/* SwiftUI */
Color(red: 0.804, green: 0.965, blue: 0.208)
/* Android */
Color.parseColor("#cdf635")Accessibility — WCAG contrast
Aa
#cdf635 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf635 on black: 16.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.5%
Blue20.8%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow78.5%
Key (black)3.5%
Color previews
#cdf635 text on a black background
contrast 16.83:1
Card sample
#cdf635 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf635;
Background color
Panel with #cdf635 background
background-color: #cdf635;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf635;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 246, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 246, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf635; background: linear-gradient(135deg, #cdf635, #4CF635);