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