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