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