#cdf410
a balanced, electric green · cool · closest name: yellow
RGB
205, 244, 16
HSL
70°, 91%, 51%
CMYK
16, 0, 93, 4
Luminance
0.7772
Every format
| HEX | #cdf410 |
| RGB | rgb(205, 244, 16) |
| HSL | hsl(70, 91%, 51%) |
| CMYK | cmyk(16%, 0%, 93%, 4%) |
| LAB | lab(90.7 -36.5 86.8) |
| LCH | lch(90.7 94.2 112.8) |
| OKLCH | oklch(0.907 0.215 120.8) |
Copy-ready code
/* CSS */
color: #cdf410;
background-color: #cdf410;
/* Tailwind (arbitrary) */
class="text-[#cdf410] bg-[#cdf410]"
/* SCSS */
$brand: #cdf410;
/* SwiftUI */
Color(red: 0.804, green: 0.957, blue: 0.063)
/* Android */
Color.parseColor("#cdf410")Accessibility — WCAG contrast
Aa
#cdf410 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf410 on black: 16.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.7%
Blue6.3%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow93.4%
Key (black)4.3%
Color previews
#cdf410 text on a black background
contrast 16.54:1
Card sample
#cdf410 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf410;
Background color
Panel with #cdf410 background
background-color: #cdf410;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf410;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 244, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 244, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf410; background: linear-gradient(135deg, #cdf410, #35F410);