#fdf5ec
a pale, electric orange · warm · closest name: ivory
RGB
253, 245, 236
HSL
32°, 81%, 96%
CMYK
0, 3, 7, 1
Luminance
0.9224
Every format
| HEX | #fdf5ec |
| RGB | rgb(253, 245, 236) |
| HSL | hsl(32, 81%, 96%) |
| CMYK | cmyk(0%, 3%, 7%, 1%) |
| LAB | lab(96.9 1.1 5.3) |
| LCH | lch(96.9 5.4 77.7) |
| OKLCH | oklch(0.974 0.015 70.9) |
Copy-ready code
/* CSS */
color: #fdf5ec;
background-color: #fdf5ec;
/* Tailwind (arbitrary) */
class="text-[#fdf5ec] bg-[#fdf5ec]"
/* SCSS */
$brand: #fdf5ec;
/* SwiftUI */
Color(red: 0.992, green: 0.961, blue: 0.925)
/* Android */
Color.parseColor("#fdf5ec")Accessibility — WCAG contrast
Aa
#fdf5ec on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf5ec on black: 19.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green96.1%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta3.2%
Yellow6.7%
Key (black)0.8%
Color previews
#fdf5ec text on a black background
contrast 19.45:1
Card sample
#fdf5ec text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf5ec;
Background color
Panel with #fdf5ec background
background-color: #fdf5ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf5ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 245, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 245, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf5ec; background: linear-gradient(135deg, #fdf5ec, #FAFDEC);