#fdf407
a balanced, electric yellow · cool · closest name: yellow
RGB
253, 244, 7
HSL
58°, 98%, 51%
CMYK
0, 4, 97, 1
Luminance
0.8560
Every format
| HEX | #fdf407 |
| RGB | rgb(253, 244, 7) |
| HSL | hsl(58, 98%, 51%) |
| CMYK | cmyk(0%, 4%, 97%, 1%) |
| LAB | lab(94.1 -17.1 91.7) |
| LCH | lch(94.1 93.3 100.5) |
| OKLCH | oklch(0.944 0.202 107.0) |
Copy-ready code
/* CSS */
color: #fdf407;
background-color: #fdf407;
/* Tailwind (arbitrary) */
class="text-[#fdf407] bg-[#fdf407]"
/* SCSS */
$brand: #fdf407;
/* SwiftUI */
Color(red: 0.992, green: 0.957, blue: 0.027)
/* Android */
Color.parseColor("#fdf407")Accessibility — WCAG contrast
Aa
#fdf407 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf407 on black: 18.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green95.7%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow97.2%
Key (black)0.8%
Color previews
#fdf407 text on a black background
contrast 18.12:1
Card sample
#fdf407 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf407;
Background color
Panel with #fdf407 background
background-color: #fdf407;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf407;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 244, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 244, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf407; background: linear-gradient(135deg, #fdf407, #62FD07);