#fdf720
a balanced, electric yellow · cool · closest name: yellow
RGB
253, 247, 32
HSL
58°, 98%, 56%
CMYK
0, 2, 87, 1
Luminance
0.8751
Every format
| HEX | #fdf720 |
| RGB | rgb(253, 247, 32) |
| HSL | hsl(58, 98%, 56%) |
| CMYK | cmyk(0%, 2%, 87%, 1%) |
| LAB | lab(95.0 -18.2 89.5) |
| LCH | lch(95.0 91.3 101.5) |
| OKLCH | oklch(0.950 0.200 107.8) |
Copy-ready code
/* CSS */
color: #fdf720;
background-color: #fdf720;
/* Tailwind (arbitrary) */
class="text-[#fdf720] bg-[#fdf720]"
/* SCSS */
$brand: #fdf720;
/* SwiftUI */
Color(red: 0.992, green: 0.969, blue: 0.125)
/* Android */
Color.parseColor("#fdf720")Accessibility — WCAG contrast
Aa
#fdf720 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf720 on black: 18.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green96.9%
Blue12.5%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow87.4%
Key (black)0.8%
Color previews
#fdf720 text on a black background
contrast 18.50:1
Card sample
#fdf720 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf720;
Background color
Panel with #fdf720 background
background-color: #fdf720;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf720;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 247, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 247, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf720; background: linear-gradient(135deg, #fdf720, #70FD20);