#fdf848
a balanced, electric yellow · cool · closest name: yellow
RGB
253, 248, 72
HSL
58°, 98%, 64%
CMYK
0, 2, 72, 1
Luminance
0.8849
Every format
| HEX | #fdf848 |
| RGB | rgb(253, 248, 72) |
| HSL | hsl(58, 98%, 64%) |
| CMYK | cmyk(0%, 2%, 72%, 1%) |
| LAB | lab(95.4 -17.5 79.8) |
| LCH | lch(95.4 81.7 102.4) |
| OKLCH | oklch(0.954 0.185 107.8) |
Copy-ready code
/* CSS */
color: #fdf848;
background-color: #fdf848;
/* Tailwind (arbitrary) */
class="text-[#fdf848] bg-[#fdf848]"
/* SCSS */
$brand: #fdf848;
/* SwiftUI */
Color(red: 0.992, green: 0.973, blue: 0.282)
/* Android */
Color.parseColor("#fdf848")Accessibility — WCAG contrast
Aa
#fdf848 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf848 on black: 18.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green97.3%
Blue28.2%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow71.5%
Key (black)0.8%
Color previews
#fdf848 text on a black background
contrast 18.70:1
Card sample
#fdf848 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf848;
Background color
Panel with #fdf848 background
background-color: #fdf848;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf848;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 248, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 248, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf848; background: linear-gradient(135deg, #fdf848, #89FD48);