#fdfad8
a pale, electric yellow · cool · closest name: beige
RGB
253, 250, 216
HSL
55°, 90%, 92%
CMYK
0, 1, 15, 1
Luminance
0.9421
Every format
| HEX | #fdfad8 |
| RGB | rgb(253, 250, 216) |
| HSL | hsl(55, 90%, 92%) |
| CMYK | cmyk(0%, 1%, 15%, 1%) |
| LAB | lab(97.7 -4.5 16.7) |
| LCH | lch(97.7 17.3 105.2) |
| OKLCH | oklch(0.979 0.044 103.0) |
Copy-ready code
/* CSS */
color: #fdfad8;
background-color: #fdfad8;
/* Tailwind (arbitrary) */
class="text-[#fdfad8] bg-[#fdfad8]"
/* SCSS */
$brand: #fdfad8;
/* SwiftUI */
Color(red: 0.992, green: 0.980, blue: 0.847)
/* Android */
Color.parseColor("#fdfad8")Accessibility — WCAG contrast
Aa
#fdfad8 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfad8 on black: 19.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.0%
Blue84.7%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow14.6%
Key (black)0.8%
Color previews
#fdfad8 text on a black background
contrast 19.84:1
Card sample
#fdfad8 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfad8;
Background color
Panel with #fdfad8 background
background-color: #fdfad8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfad8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 250, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 250, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfad8; background: linear-gradient(135deg, #fdfad8, #E7FDD8);