#fdf549
a balanced, electric yellow · cool · closest name: yellow
RGB
253, 245, 73
HSL
57°, 98%, 64%
CMYK
0, 3, 71, 1
Luminance
0.8667
Every format
| HEX | #fdf549 |
| RGB | rgb(253, 245, 73) |
| HSL | hsl(57, 98%, 64%) |
| CMYK | cmyk(0%, 3%, 71%, 1%) |
| LAB | lab(94.6 -16.0 78.7) |
| LCH | lch(94.6 80.3 101.5) |
| OKLCH | oklch(0.948 0.181 106.7) |
Copy-ready code
/* CSS */
color: #fdf549;
background-color: #fdf549;
/* Tailwind (arbitrary) */
class="text-[#fdf549] bg-[#fdf549]"
/* SCSS */
$brand: #fdf549;
/* SwiftUI */
Color(red: 0.992, green: 0.961, blue: 0.286)
/* Android */
Color.parseColor("#fdf549")Accessibility — WCAG contrast
Aa
#fdf549 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf549 on black: 18.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green96.1%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta3.2%
Yellow71.1%
Key (black)0.8%
Color previews
#fdf549 text on a black background
contrast 18.33:1
Card sample
#fdf549 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf549;
Background color
Panel with #fdf549 background
background-color: #fdf549;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf549;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 245, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 245, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf549; background: linear-gradient(135deg, #fdf549, #8DFD49);