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