#cdf53f
a balanced, electric green · cool · closest name: yellow
RGB
205, 245, 63
HSL
73°, 90%, 60%
CMYK
16, 0, 74, 4
Luminance
0.7864
Every format
| HEX | #cdf53f |
| RGB | rgb(205, 245, 63) |
| HSL | hsl(73, 90%, 60%) |
| CMYK | cmyk(16%, 0%, 74%, 4%) |
| LAB | lab(91.1 -35.7 77.4) |
| LCH | lch(91.1 85.2 114.7) |
| OKLCH | oklch(0.911 0.201 121.6) |
Copy-ready code
/* CSS */
color: #cdf53f;
background-color: #cdf53f;
/* Tailwind (arbitrary) */
class="text-[#cdf53f] bg-[#cdf53f]"
/* SCSS */
$brand: #cdf53f;
/* SwiftUI */
Color(red: 0.804, green: 0.961, blue: 0.247)
/* Android */
Color.parseColor("#cdf53f")Accessibility — WCAG contrast
Aa
#cdf53f on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf53f on black: 16.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.1%
Blue24.7%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow74.3%
Key (black)3.9%
Color previews
#cdf53f text on a black background
contrast 16.73:1
Card sample
#cdf53f text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf53f;
Background color
Panel with #cdf53f background
background-color: #cdf53f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf53f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 245, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 245, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf53f; background: linear-gradient(135deg, #cdf53f, #54F53F);