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