#faeee4
a pale, vivid orange · warm · closest name: ivory
RGB
250, 238, 228
HSL
27°, 69%, 94%
CMYK
0, 5, 9, 2
Luminance
0.8707
Every format
| HEX | #faeee4 |
| RGB | rgb(250, 238, 228) |
| HSL | hsl(27, 69%, 94%) |
| CMYK | cmyk(0%, 5%, 9%, 2%) |
| LAB | lab(94.8 2.4 6.3) |
| LCH | lch(94.8 6.7 69.3) |
| OKLCH | oklch(0.956 0.019 62.5) |
Copy-ready code
/* CSS */
color: #faeee4;
background-color: #faeee4;
/* Tailwind (arbitrary) */
class="text-[#faeee4] bg-[#faeee4]"
/* SCSS */
$brand: #faeee4;
/* SwiftUI */
Color(red: 0.980, green: 0.933, blue: 0.894)
/* Android */
Color.parseColor("#faeee4")Accessibility — WCAG contrast
Aa
#faeee4 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faeee4 on black: 18.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green93.3%
Blue89.4%
CMYK percentages
Cyan0.0%
Magenta4.8%
Yellow8.8%
Key (black)2.0%
Color previews
#faeee4 text on a black background
contrast 18.41:1
Card sample
#faeee4 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faeee4;
Background color
Panel with #faeee4 background
background-color: #faeee4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faeee4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 238, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 238, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faeee4; background: linear-gradient(135deg, #faeee4, #F7FAE4);