#fdf596
a light, electric yellow · cool · closest name: khaki
RGB
253, 245, 150
HSL
55°, 96%, 79%
CMYK
0, 3, 41, 1
Luminance
0.8839
Every format
| HEX | #fdf596 |
| RGB | rgb(253, 245, 150) |
| HSL | hsl(55, 96%, 79%) |
| CMYK | cmyk(0%, 3%, 41%, 1%) |
| LAB | lab(95.3 -10.4 46.6) |
| LCH | lch(95.3 47.8 102.6) |
| OKLCH | oklch(0.956 0.117 104.2) |
Copy-ready code
/* CSS */
color: #fdf596;
background-color: #fdf596;
/* Tailwind (arbitrary) */
class="text-[#fdf596] bg-[#fdf596]"
/* SCSS */
$brand: #fdf596;
/* SwiftUI */
Color(red: 0.992, green: 0.961, blue: 0.588)
/* Android */
Color.parseColor("#fdf596")Accessibility — WCAG contrast
Aa
#fdf596 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf596 on black: 18.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green96.1%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta3.2%
Yellow40.7%
Key (black)0.8%
Color previews
#fdf596 text on a black background
contrast 18.68:1
Card sample
#fdf596 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf596;
Background color
Panel with #fdf596 background
background-color: #fdf596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 245, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 245, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf596; background: linear-gradient(135deg, #fdf596, #C0FD96);