#f7eade
a pale, vivid orange · warm · closest name: ivory
RGB
247, 234, 222
HSL
29°, 61%, 92%
CMYK
0, 5, 10, 3
Luminance
0.8389
Every format
| HEX | #f7eade |
| RGB | rgb(247, 234, 222) |
| HSL | hsl(29, 61%, 92%) |
| CMYK | cmyk(0%, 5%, 10%, 3%) |
| LAB | lab(93.4 2.4 7.4) |
| LCH | lch(93.4 7.8 72.0) |
| OKLCH | oklch(0.944 0.021 65.3) |
Copy-ready code
/* CSS */
color: #f7eade;
background-color: #f7eade;
/* Tailwind (arbitrary) */
class="text-[#f7eade] bg-[#f7eade]"
/* SCSS */
$brand: #f7eade;
/* SwiftUI */
Color(red: 0.969, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#f7eade")Accessibility — WCAG contrast
Aa
#f7eade on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7eade on black: 17.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green91.8%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta5.3%
Yellow10.1%
Key (black)3.1%
Color previews
#f7eade text on a black background
contrast 17.78:1
Card sample
#f7eade text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7eade;
Background color
Panel with #f7eade background
background-color: #f7eade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7eade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7eade; background: linear-gradient(135deg, #f7eade, #F3F7DE);