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