#fdfae9
a pale, electric yellow · cool · “ivory”
RGB
253, 250, 233
HSL
51°, 83%, 95%
CMYK
0, 1, 8, 1
Luminance
0.9514
Every format
| HEX | #fdfae9 |
| RGB | rgb(253, 250, 233) |
| HSL | hsl(51, 83%, 95%) |
| CMYK | cmyk(0%, 1%, 8%, 1%) |
| LAB | lab(98.1 -1.9 8.5) |
| LCH | lch(98.1 8.7 102.4) |
| OKLCH | oklch(0.983 0.022 98.6) |
Copy-ready code
/* CSS */
color: #fdfae9;
background-color: #fdfae9;
/* Tailwind (arbitrary) */
class="text-[#fdfae9] bg-[#fdfae9]"
/* SCSS */
$brand: #fdfae9;
/* SwiftUI */
Color(red: 0.992, green: 0.980, blue: 0.914)
/* Android */
Color.parseColor("#fdfae9")Accessibility — WCAG contrast
Aa
#fdfae9 on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfae9 on black: 20.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.0%
Blue91.4%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow7.9%
Key (black)0.8%
Color previews
#fdfae9 text on a black background
contrast 20.03:1
Card sample
#fdfae9 text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfae9;
Background color
Panel with #fdfae9 background
background-color: #fdfae9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfae9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 250, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 250, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfae9; background: linear-gradient(135deg, #fdfae9, #F3FDE9);