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