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