#cdfd08
a balanced, electric green · cool · closest name: yellow
RGB
205, 253, 8
HSL
72°, 98%, 51%
CMYK
19, 0, 97, 1
Luminance
0.8325
Every format
| HEX | #cdfd08 |
| RGB | rgb(205, 253, 8) |
| HSL | hsl(72, 98%, 51%) |
| CMYK | cmyk(19%, 0%, 97%, 1%) |
| LAB | lab(93.1 -40.6 89.4) |
| LCH | lch(93.1 98.2 114.4) |
| OKLCH | oklch(0.927 0.225 122.5) |
Copy-ready code
/* CSS */
color: #cdfd08;
background-color: #cdfd08;
/* Tailwind (arbitrary) */
class="text-[#cdfd08] bg-[#cdfd08]"
/* SCSS */
$brand: #cdfd08;
/* SwiftUI */
Color(red: 0.804, green: 0.992, blue: 0.031)
/* Android */
Color.parseColor("#cdfd08")Accessibility — WCAG contrast
Aa
#cdfd08 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfd08 on black: 17.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.2%
Blue3.1%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow96.8%
Key (black)0.8%
Color previews
#cdfd08 text on a black background
contrast 17.65:1
Card sample
#cdfd08 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfd08;
Background color
Panel with #cdfd08 background
background-color: #cdfd08;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfd08;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 253, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 253, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfd08; background: linear-gradient(135deg, #cdfd08, #2AFD08);