#fdf6e6
a pale, electric yellow · warm · closest name: ivory
RGB
253, 246, 230
HSL
42°, 85%, 95%
CMYK
0, 3, 9, 1
Luminance
0.9251
Every format
| HEX | #fdf6e6 |
| RGB | rgb(253, 246, 230) |
| HSL | hsl(42, 85%, 95%) |
| CMYK | cmyk(0%, 3%, 9%, 1%) |
| LAB | lab(97.0 -0.3 8.5) |
| LCH | lch(97.0 8.5 92.2) |
| OKLCH | oklch(0.974 0.022 87.1) |
Copy-ready code
/* CSS */
color: #fdf6e6;
background-color: #fdf6e6;
/* Tailwind (arbitrary) */
class="text-[#fdf6e6] bg-[#fdf6e6]"
/* SCSS */
$brand: #fdf6e6;
/* SwiftUI */
Color(red: 0.992, green: 0.965, blue: 0.902)
/* Android */
Color.parseColor("#fdf6e6")Accessibility — WCAG contrast
Aa
#fdf6e6 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf6e6 on black: 19.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green96.5%
Blue90.2%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow9.1%
Key (black)0.8%
Color previews
#fdf6e6 text on a black background
contrast 19.50:1
Card sample
#fdf6e6 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf6e6;
Background color
Panel with #fdf6e6 background
background-color: #fdf6e6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf6e6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 246, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 246, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf6e6; background: linear-gradient(135deg, #fdf6e6, #F5FDE6);