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