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