#cdfb0d
a balanced, electric green · cool · closest name: yellow
RGB
205, 251, 13
HSL
72°, 97%, 52%
CMYK
18, 0, 95, 2
Luminance
0.8200
Every format
| HEX | #cdfb0d |
| RGB | rgb(205, 251, 13) |
| HSL | hsl(72, 97%, 52%) |
| CMYK | cmyk(18%, 0%, 95%, 2%) |
| LAB | lab(92.6 -39.7 88.6) |
| LCH | lch(92.6 97.0 114.1) |
| OKLCH | oklch(0.923 0.223 122.2) |
Copy-ready code
/* CSS */
color: #cdfb0d;
background-color: #cdfb0d;
/* Tailwind (arbitrary) */
class="text-[#cdfb0d] bg-[#cdfb0d]"
/* SCSS */
$brand: #cdfb0d;
/* SwiftUI */
Color(red: 0.804, green: 0.984, blue: 0.051)
/* Android */
Color.parseColor("#cdfb0d")Accessibility — WCAG contrast
Aa
#cdfb0d on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfb0d on black: 17.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.4%
Blue5.1%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow94.8%
Key (black)1.6%
Color previews
#cdfb0d text on a black background
contrast 17.40:1
Card sample
#cdfb0d text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfb0d;
Background color
Panel with #cdfb0d background
background-color: #cdfb0d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfb0d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 251, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 251, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfb0d; background: linear-gradient(135deg, #cdfb0d, #2FFB0D);