#f8e9da
a pale, vivid orange · warm · closest name: beige
RGB
248, 233, 218
HSL
30°, 68%, 91%
CMYK
0, 6, 12, 3
Luminance
0.8330
Every format
| HEX | #f8e9da |
| RGB | rgb(248, 233, 218) |
| HSL | hsl(30, 68%, 91%) |
| CMYK | cmyk(0%, 6%, 12%, 3%) |
| LAB | lab(93.1 2.6 9.1) |
| LCH | lch(93.1 9.5 74.0) |
| OKLCH | oklch(0.942 0.026 67.5) |
Copy-ready code
/* CSS */
color: #f8e9da;
background-color: #f8e9da;
/* Tailwind (arbitrary) */
class="text-[#f8e9da] bg-[#f8e9da]"
/* SCSS */
$brand: #f8e9da;
/* SwiftUI */
Color(red: 0.973, green: 0.914, blue: 0.855)
/* Android */
Color.parseColor("#f8e9da")Accessibility — WCAG contrast
Aa
#f8e9da on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8e9da on black: 17.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green91.4%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta6.0%
Yellow12.1%
Key (black)2.7%
Color previews
#f8e9da text on a black background
contrast 17.66:1
Card sample
#f8e9da text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8e9da;
Background color
Panel with #f8e9da background
background-color: #f8e9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8e9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 233, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 233, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8e9da; background: linear-gradient(135deg, #f8e9da, #F3F8DA);