#fdf048
a balanced, electric yellow · cool · closest name: gold
RGB
253, 240, 72
HSL
56°, 98%, 64%
CMYK
0, 5, 72, 1
Luminance
0.8367
Every format
| HEX | #fdf048 |
| RGB | rgb(253, 240, 72) |
| HSL | hsl(56, 98%, 64%) |
| CMYK | cmyk(0%, 5%, 72%, 1%) |
| LAB | lab(93.3 -13.6 77.8) |
| LCH | lch(93.3 79.0 99.9) |
| OKLCH | oklch(0.938 0.178 104.8) |
Copy-ready code
/* CSS */
color: #fdf048;
background-color: #fdf048;
/* Tailwind (arbitrary) */
class="text-[#fdf048] bg-[#fdf048]"
/* SCSS */
$brand: #fdf048;
/* SwiftUI */
Color(red: 0.992, green: 0.941, blue: 0.282)
/* Android */
Color.parseColor("#fdf048")Accessibility — WCAG contrast
Aa
#fdf048 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf048 on black: 17.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green94.1%
Blue28.2%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow71.5%
Key (black)0.8%
Color previews
#fdf048 text on a black background
contrast 17.73:1
Card sample
#fdf048 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf048;
Background color
Panel with #fdf048 background
background-color: #fdf048;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf048;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 240, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 240, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf048; background: linear-gradient(135deg, #fdf048, #91FD48);