#fdf3e3
a pale, electric orange · warm · closest name: ivory
RGB
253, 243, 227
HSL
37°, 87%, 94%
CMYK
0, 4, 10, 1
Luminance
0.9053
Every format
| HEX | #fdf3e3 |
| RGB | rgb(253, 243, 227) |
| HSL | hsl(37, 87%, 94%) |
| CMYK | cmyk(0%, 4%, 10%, 1%) |
| LAB | lab(96.2 0.7 8.9) |
| LCH | lch(96.2 8.9 85.5) |
| OKLCH | oklch(0.968 0.024 79.7) |
Copy-ready code
/* CSS */
color: #fdf3e3;
background-color: #fdf3e3;
/* Tailwind (arbitrary) */
class="text-[#fdf3e3] bg-[#fdf3e3]"
/* SCSS */
$brand: #fdf3e3;
/* SwiftUI */
Color(red: 0.992, green: 0.953, blue: 0.890)
/* Android */
Color.parseColor("#fdf3e3")Accessibility — WCAG contrast
Aa
#fdf3e3 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdf3e3 on black: 19.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green95.3%
Blue89.0%
CMYK percentages
Cyan0.0%
Magenta4.0%
Yellow10.3%
Key (black)0.8%
Color previews
#fdf3e3 text on a black background
contrast 19.11:1
Card sample
#fdf3e3 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdf3e3;
Background color
Panel with #fdf3e3 background
background-color: #fdf3e3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdf3e3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 243, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 243, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdf3e3; background: linear-gradient(135deg, #fdf3e3, #F6FDE3);