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