#cdf62f
a balanced, electric green · cool · closest name: yellow
RGB
205, 246, 47
HSL
72°, 92%, 58%
CMYK
17, 0, 81, 4
Luminance
0.7910
Every format
| HEX | #cdf62f |
| RGB | rgb(205, 246, 47) |
| HSL | hsl(72, 92%, 58%) |
| CMYK | cmyk(17%, 0%, 81%, 4%) |
| LAB | lab(91.3 -36.7 82.0) |
| LCH | lch(91.3 89.8 114.1) |
| OKLCH | oklch(0.912 0.209 121.5) |
Copy-ready code
/* CSS */
color: #cdf62f;
background-color: #cdf62f;
/* Tailwind (arbitrary) */
class="text-[#cdf62f] bg-[#cdf62f]"
/* SCSS */
$brand: #cdf62f;
/* SwiftUI */
Color(red: 0.804, green: 0.965, blue: 0.184)
/* Android */
Color.parseColor("#cdf62f")Accessibility — WCAG contrast
Aa
#cdf62f on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf62f on black: 16.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.5%
Blue18.4%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow80.9%
Key (black)3.5%
Color previews
#cdf62f text on a black background
contrast 16.82:1
Card sample
#cdf62f text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf62f;
Background color
Panel with #cdf62f background
background-color: #cdf62f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf62f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 246, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 246, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf62f; background: linear-gradient(135deg, #cdf62f, #48F62F);