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