#fdfad0
a pale, electric yellow · cool · closest name: beige
RGB
253, 250, 208
HSL
56°, 92%, 90%
CMYK
0, 1, 18, 1
Luminance
0.9381
Every format
| HEX | #fdfad0 |
| RGB | rgb(253, 250, 208) |
| HSL | hsl(56, 92%, 90%) |
| CMYK | cmyk(0%, 1%, 18%, 1%) |
| LAB | lab(97.5 -5.7 20.6) |
| LCH | lch(97.5 21.3 105.5) |
| OKLCH | oklch(0.977 0.054 104.0) |
Copy-ready code
/* CSS */
color: #fdfad0;
background-color: #fdfad0;
/* Tailwind (arbitrary) */
class="text-[#fdfad0] bg-[#fdfad0]"
/* SCSS */
$brand: #fdfad0;
/* SwiftUI */
Color(red: 0.992, green: 0.980, blue: 0.816)
/* Android */
Color.parseColor("#fdfad0")Accessibility — WCAG contrast
Aa
#fdfad0 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfad0 on black: 19.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.0%
Blue81.6%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow17.8%
Key (black)0.8%
Color previews
#fdfad0 text on a black background
contrast 19.76:1
Card sample
#fdfad0 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfad0;
Background color
Panel with #fdfad0 background
background-color: #fdfad0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfad0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 250, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 250, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfad0; background: linear-gradient(135deg, #fdfad0, #E2FDD0);