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