#f8eade
a pale, vivid orange · warm · closest name: ivory
RGB
248, 234, 222
HSL
28°, 65%, 92%
CMYK
0, 6, 11, 3
Luminance
0.8408
Every format
| HEX | #f8eade |
| RGB | rgb(248, 234, 222) |
| HSL | hsl(28, 65%, 92%) |
| CMYK | cmyk(0%, 6%, 11%, 3%) |
| LAB | lab(93.5 2.8 7.5) |
| LCH | lch(93.5 8.0 69.9) |
| OKLCH | oklch(0.945 0.022 63.2) |
Copy-ready code
/* CSS */
color: #f8eade;
background-color: #f8eade;
/* Tailwind (arbitrary) */
class="text-[#f8eade] bg-[#f8eade]"
/* SCSS */
$brand: #f8eade;
/* SwiftUI */
Color(red: 0.973, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#f8eade")Accessibility — WCAG contrast
Aa
#f8eade on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8eade on black: 17.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green91.8%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta5.6%
Yellow10.5%
Key (black)2.7%
Color previews
#f8eade text on a black background
contrast 17.82:1
Card sample
#f8eade text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8eade;
Background color
Panel with #f8eade background
background-color: #f8eade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8eade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8eade; background: linear-gradient(135deg, #f8eade, #F5F8DE);