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