#fdf957
a light, electric yellow · cool · closest name: yellow
RGB
253, 249, 87
HSL
59°, 98%, 67%
CMYK
0, 2, 66, 1
Luminance
0.8932
Every format
| HEX | #fdf957 |
| RGB | rgb(253, 249, 87) |
| HSL | hsl(59, 98%, 67%) |
| CMYK | cmyk(0%, 2%, 66%, 1%) |
| LAB | lab(95.7 -17.2 74.8) |
| LCH | lch(95.7 76.8 103.0) |
| OKLCH | oklch(0.957 0.176 107.9) |
Copy-ready code
/* CSS */
color: #fdf957;
background-color: #fdf957;
/* Tailwind (arbitrary) */
class="text-[#fdf957] bg-[#fdf957]"
/* SCSS */
$brand: #fdf957;
/* SwiftUI */
Color(red: 0.992, green: 0.976, blue: 0.341)
/* Android */
Color.parseColor("#fdf957")Accessibility — WCAG contrast
Aa
#fdf957 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf957 on black: 18.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green97.6%
Blue34.1%
CMYK percentages
Cyan0.0%
Magenta1.6%
Yellow65.6%
Key (black)0.8%
Color previews
#fdf957 text on a black background
contrast 18.86:1
Card sample
#fdf957 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf957;
Background color
Panel with #fdf957 background
background-color: #fdf957;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf957;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 249, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 249, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf957; background: linear-gradient(135deg, #fdf957, #92FD57);