#fdf574
a light, electric yellow · cool · closest name: khaki
RGB
253, 245, 116
HSL
57°, 97%, 72%
CMYK
0, 3, 54, 1
Luminance
0.8745
Every format
| HEX | #fdf574 |
| RGB | rgb(253, 245, 116) |
| HSL | hsl(57, 97%, 72%) |
| CMYK | cmyk(0%, 3%, 54%, 1%) |
| LAB | lab(94.9 -13.4 62.0) |
| LCH | lch(94.9 63.5 102.2) |
| OKLCH | oklch(0.952 0.150 105.7) |
Copy-ready code
/* CSS */
color: #fdf574;
background-color: #fdf574;
/* Tailwind (arbitrary) */
class="text-[#fdf574] bg-[#fdf574]"
/* SCSS */
$brand: #fdf574;
/* SwiftUI */
Color(red: 0.992, green: 0.961, blue: 0.455)
/* Android */
Color.parseColor("#fdf574")Accessibility — WCAG contrast
Aa
#fdf574 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf574 on black: 18.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green96.1%
Blue45.5%
CMYK percentages
Cyan0.0%
Magenta3.2%
Yellow54.2%
Key (black)0.8%
Color previews
#fdf574 text on a black background
contrast 18.49:1
Card sample
#fdf574 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf574;
Background color
Panel with #fdf574 background
background-color: #fdf574;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf574;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 245, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 245, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf574; background: linear-gradient(135deg, #fdf574, #AAFD74);