#cdf608
a balanced, electric green · cool · closest name: yellow
RGB
205, 246, 8
HSL
70°, 94%, 50%
CMYK
17, 0, 97, 4
Luminance
0.7891
Every format
| HEX | #cdf608 |
| RGB | rgb(205, 246, 8) |
| HSL | hsl(70, 94%, 50%) |
| CMYK | cmyk(17%, 0%, 97%, 4%) |
| LAB | lab(91.2 -37.5 87.9) |
| LCH | lch(91.2 95.5 113.1) |
| OKLCH | oklch(0.911 0.218 121.1) |
Copy-ready code
/* CSS */
color: #cdf608;
background-color: #cdf608;
/* Tailwind (arbitrary) */
class="text-[#cdf608] bg-[#cdf608]"
/* SCSS */
$brand: #cdf608;
/* SwiftUI */
Color(red: 0.804, green: 0.965, blue: 0.031)
/* Android */
Color.parseColor("#cdf608")Accessibility — WCAG contrast
Aa
#cdf608 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf608 on black: 16.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.5%
Blue3.1%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow96.7%
Key (black)3.5%
Color previews
#cdf608 text on a black background
contrast 16.78:1
Card sample
#cdf608 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf608;
Background color
Panel with #cdf608 background
background-color: #cdf608;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf608;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 246, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 246, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf608; background: linear-gradient(135deg, #cdf608, #2EF608);