#faeee7
a pale, vivid orange · warm · closest name: ivory
RGB
250, 238, 231
HSL
22°, 66%, 94%
CMYK
0, 5, 8, 2
Luminance
0.8724
Every format
| HEX | #faeee7 |
| RGB | rgb(250, 238, 231) |
| HSL | hsl(22, 66%, 94%) |
| CMYK | cmyk(0%, 5%, 8%, 2%) |
| LAB | lab(94.8 2.9 4.8) |
| LCH | lch(94.8 5.6 59.4) |
| OKLCH | oklch(0.957 0.016 52.6) |
Copy-ready code
/* CSS */
color: #faeee7;
background-color: #faeee7;
/* Tailwind (arbitrary) */
class="text-[#faeee7] bg-[#faeee7]"
/* SCSS */
$brand: #faeee7;
/* SwiftUI */
Color(red: 0.980, green: 0.933, blue: 0.906)
/* Android */
Color.parseColor("#faeee7")Accessibility — WCAG contrast
Aa
#faeee7 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faeee7 on black: 18.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green93.3%
Blue90.6%
CMYK percentages
Cyan0.0%
Magenta4.8%
Yellow7.6%
Key (black)2.0%
Color previews
#faeee7 text on a black background
contrast 18.45:1
Card sample
#faeee7 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faeee7;
Background color
Panel with #faeee7 background
background-color: #faeee7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faeee7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 238, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 238, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faeee7; background: linear-gradient(135deg, #faeee7, #F9FAE7);