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