#fdf0ad
a light, electric yellow · cool · closest name: khaki
RGB
253, 240, 173
HSL
50°, 95%, 84%
CMYK
0, 5, 32, 1
Luminance
0.8622
Every format
| HEX | #fdf0ad |
| RGB | rgb(253, 240, 173) |
| HSL | hsl(50, 95%, 84%) |
| CMYK | cmyk(0%, 5%, 32%, 1%) |
| LAB | lab(94.4 -5.4 34.0) |
| LCH | lch(94.4 34.5 99.0) |
| OKLCH | oklch(0.950 0.086 98.5) |
Copy-ready code
/* CSS */
color: #fdf0ad;
background-color: #fdf0ad;
/* Tailwind (arbitrary) */
class="text-[#fdf0ad] bg-[#fdf0ad]"
/* SCSS */
$brand: #fdf0ad;
/* SwiftUI */
Color(red: 0.992, green: 0.941, blue: 0.678)
/* Android */
Color.parseColor("#fdf0ad")Accessibility — WCAG contrast
Aa
#fdf0ad on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf0ad on black: 18.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green94.1%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow31.6%
Key (black)0.8%
Color previews
#fdf0ad text on a black background
contrast 18.24:1
Card sample
#fdf0ad text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf0ad;
Background color
Panel with #fdf0ad background
background-color: #fdf0ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf0ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 240, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 240, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf0ad; background: linear-gradient(135deg, #fdf0ad, #D5FDAD);