#cdf537
a balanced, electric green · cool · closest name: yellow
RGB
205, 245, 55
HSL
73°, 91%, 59%
CMYK
16, 0, 78, 4
Luminance
0.7856
Every format
| HEX | #cdf537 |
| RGB | rgb(205, 245, 55) |
| HSL | hsl(73, 91%, 59%) |
| CMYK | cmyk(16%, 0%, 78%, 4%) |
| LAB | lab(91.0 -36.0 79.7) |
| LCH | lch(91.0 87.4 114.3) |
| OKLCH | oklch(0.910 0.204 121.4) |
Copy-ready code
/* CSS */
color: #cdf537;
background-color: #cdf537;
/* Tailwind (arbitrary) */
class="text-[#cdf537] bg-[#cdf537]"
/* SCSS */
$brand: #cdf537;
/* SwiftUI */
Color(red: 0.804, green: 0.961, blue: 0.216)
/* Android */
Color.parseColor("#cdf537")Accessibility — WCAG contrast
Aa
#cdf537 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf537 on black: 16.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.1%
Blue21.6%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow77.6%
Key (black)3.9%
Color previews
#cdf537 text on a black background
contrast 16.71:1
Card sample
#cdf537 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf537;
Background color
Panel with #cdf537 background
background-color: #cdf537;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf537;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 245, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 245, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf537; background: linear-gradient(135deg, #cdf537, #4EF537);