#f5eade
a pale, vivid orange · warm · closest name: ivory
RGB
245, 234, 222
HSL
31°, 54%, 92%
CMYK
0, 5, 9, 4
Luminance
0.8353
Every format
| HEX | #f5eade |
| RGB | rgb(245, 234, 222) |
| HSL | hsl(31, 54%, 92%) |
| CMYK | cmyk(0%, 5%, 9%, 4%) |
| LAB | lab(93.3 1.7 7.2) |
| LCH | lch(93.3 7.3 76.5) |
| OKLCH | oklch(0.943 0.020 70.0) |
Copy-ready code
/* CSS */
color: #f5eade;
background-color: #f5eade;
/* Tailwind (arbitrary) */
class="text-[#f5eade] bg-[#f5eade]"
/* SCSS */
$brand: #f5eade;
/* SwiftUI */
Color(red: 0.961, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#f5eade")Accessibility — WCAG contrast
Aa
#f5eade on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5eade on black: 17.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green91.8%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta4.5%
Yellow9.4%
Key (black)3.9%
Color previews
#f5eade text on a black background
contrast 17.71:1
Card sample
#f5eade text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5eade;
Background color
Panel with #f5eade background
background-color: #f5eade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5eade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5eade; background: linear-gradient(135deg, #f5eade, #F1F5DE);