#cdf935
a balanced, electric green · cool · closest name: yellow
RGB
205, 249, 53
HSL
74°, 94%, 59%
CMYK
18, 0, 79, 2
Luminance
0.8099
Every format
| HEX | #cdf935 |
| RGB | rgb(205, 249, 53) |
| HSL | hsl(74, 94%, 59%) |
| CMYK | cmyk(18%, 0%, 79%, 2%) |
| LAB | lab(92.1 -37.9 81.2) |
| LCH | lch(92.1 89.6 115.0) |
| OKLCH | oklch(0.919 0.210 122.2) |
Copy-ready code
/* CSS */
color: #cdf935;
background-color: #cdf935;
/* Tailwind (arbitrary) */
class="text-[#cdf935] bg-[#cdf935]"
/* SCSS */
$brand: #cdf935;
/* SwiftUI */
Color(red: 0.804, green: 0.976, blue: 0.208)
/* Android */
Color.parseColor("#cdf935")Accessibility — WCAG contrast
Aa
#cdf935 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf935 on black: 17.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green97.6%
Blue20.8%
CMYK percentages
Cyan17.7%
Magenta0.0%
Yellow78.7%
Key (black)2.4%
Color previews
#cdf935 text on a black background
contrast 17.20:1
Card sample
#cdf935 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf935;
Background color
Panel with #cdf935 background
background-color: #cdf935;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf935;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 249, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 249, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf935; background: linear-gradient(135deg, #cdf935, #4AF935);