#faeee0
a pale, vivid orange · warm · closest name: ivory
RGB
250, 238, 224
HSL
32°, 72%, 93%
CMYK
0, 5, 10, 2
Luminance
0.8685
Every format
| HEX | #faeee0 |
| RGB | rgb(250, 238, 224) |
| HSL | hsl(32, 72%, 93%) |
| CMYK | cmyk(0%, 5%, 10%, 2%) |
| LAB | lab(94.7 1.7 8.2) |
| LCH | lch(94.7 8.4 78.2) |
| OKLCH | oklch(0.955 0.023 71.8) |
Copy-ready code
/* CSS */
color: #faeee0;
background-color: #faeee0;
/* Tailwind (arbitrary) */
class="text-[#faeee0] bg-[#faeee0]"
/* SCSS */
$brand: #faeee0;
/* SwiftUI */
Color(red: 0.980, green: 0.933, blue: 0.878)
/* Android */
Color.parseColor("#faeee0")Accessibility — WCAG contrast
Aa
#faeee0 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faeee0 on black: 18.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green93.3%
Blue87.8%
CMYK percentages
Cyan0.0%
Magenta4.8%
Yellow10.4%
Key (black)2.0%
Color previews
#faeee0 text on a black background
contrast 18.37:1
Card sample
#faeee0 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faeee0;
Background color
Panel with #faeee0 background
background-color: #faeee0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faeee0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 238, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 238, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faeee0; background: linear-gradient(135deg, #faeee0, #F5FAE0);