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