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