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