#fdf581
a light, electric yellow · cool · closest name: khaki
RGB
253, 245, 129
HSL
56°, 97%, 75%
CMYK
0, 3, 49, 1
Luminance
0.8777
Every format
| HEX | #fdf581 |
| RGB | rgb(253, 245, 129) |
| HSL | hsl(56, 97%, 75%) |
| CMYK | cmyk(0%, 3%, 49%, 1%) |
| LAB | lab(95.1 -12.4 56.3) |
| LCH | lch(95.1 57.6 102.4) |
| OKLCH | oklch(0.953 0.138 105.2) |
Copy-ready code
/* CSS */
color: #fdf581;
background-color: #fdf581;
/* Tailwind (arbitrary) */
class="text-[#fdf581] bg-[#fdf581]"
/* SCSS */
$brand: #fdf581;
/* SwiftUI */
Color(red: 0.992, green: 0.961, blue: 0.506)
/* Android */
Color.parseColor("#fdf581")Accessibility — WCAG contrast
Aa
#fdf581 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf581 on black: 18.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green96.1%
Blue50.6%
CMYK percentages
Cyan0.0%
Magenta3.2%
Yellow49.0%
Key (black)0.8%
Color previews
#fdf581 text on a black background
contrast 18.55:1
Card sample
#fdf581 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf581;
Background color
Panel with #fdf581 background
background-color: #fdf581;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf581;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 245, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 245, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf581; background: linear-gradient(135deg, #fdf581, #B2FD81);