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