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