#cdf501
a balanced, electric yellow · cool · closest name: yellow
RGB
205, 245, 1
HSL
70°, 99%, 48%
CMYK
16, 0, 100, 4
Luminance
0.7829
Every format
| HEX | #cdf501 |
| RGB | rgb(205, 245, 1) |
| HSL | hsl(70, 99%, 48%) |
| CMYK | cmyk(16%, 0%, 100%, 4%) |
| LAB | lab(90.9 -37.1 88.2) |
| LCH | lch(90.9 95.7 112.8) |
| OKLCH | oklch(0.909 0.218 120.9) |
Copy-ready code
/* CSS */
color: #cdf501;
background-color: #cdf501;
/* Tailwind (arbitrary) */
class="text-[#cdf501] bg-[#cdf501]"
/* SCSS */
$brand: #cdf501;
/* SwiftUI */
Color(red: 0.804, green: 0.961, blue: 0.004)
/* Android */
Color.parseColor("#cdf501")Accessibility — WCAG contrast
Aa
#cdf501 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf501 on black: 16.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.1%
Blue0.4%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow99.6%
Key (black)3.9%
Color previews
#cdf501 text on a black background
contrast 16.66:1
Card sample
#cdf501 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf501;
Background color
Panel with #cdf501 background
background-color: #cdf501;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf501;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 245, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 245, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf501; background: linear-gradient(135deg, #cdf501, #2AF501);