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