#fdfad5
a pale, electric yellow · cool · closest name: beige
RGB
253, 250, 213
HSL
56°, 91%, 91%
CMYK
0, 1, 16, 1
Luminance
0.9406
Every format
| HEX | #fdfad5 |
| RGB | rgb(253, 250, 213) |
| HSL | hsl(56, 91%, 91%) |
| CMYK | cmyk(0%, 1%, 16%, 1%) |
| LAB | lab(97.7 -5.0 18.1) |
| LCH | lch(97.7 18.8 105.4) |
| OKLCH | oklch(0.978 0.048 103.4) |
Copy-ready code
/* CSS */
color: #fdfad5;
background-color: #fdfad5;
/* Tailwind (arbitrary) */
class="text-[#fdfad5] bg-[#fdfad5]"
/* SCSS */
$brand: #fdfad5;
/* SwiftUI */
Color(red: 0.992, green: 0.980, blue: 0.835)
/* Android */
Color.parseColor("#fdfad5")Accessibility — WCAG contrast
Aa
#fdfad5 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfad5 on black: 19.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.0%
Blue83.5%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow15.8%
Key (black)0.8%
Color previews
#fdfad5 text on a black background
contrast 19.81:1
Card sample
#fdfad5 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfad5;
Background color
Panel with #fdfad5 background
background-color: #fdfad5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfad5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 250, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 250, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfad5; background: linear-gradient(135deg, #fdfad5, #E5FDD5);