#faeadf
a pale, vivid orange · warm · closest name: ivory
RGB
250, 234, 223
HSL
24°, 73%, 93%
CMYK
0, 6, 11, 2
Luminance
0.8450
Every format
| HEX | #faeadf |
| RGB | rgb(250, 234, 223) |
| HSL | hsl(24, 73%, 93%) |
| CMYK | cmyk(0%, 6%, 11%, 2%) |
| LAB | lab(93.7 3.6 7.3) |
| LCH | lch(93.7 8.1 63.6) |
| OKLCH | oklch(0.947 0.023 57.0) |
Copy-ready code
/* CSS */
color: #faeadf;
background-color: #faeadf;
/* Tailwind (arbitrary) */
class="text-[#faeadf] bg-[#faeadf]"
/* SCSS */
$brand: #faeadf;
/* SwiftUI */
Color(red: 0.980, green: 0.918, blue: 0.875)
/* Android */
Color.parseColor("#faeadf")Accessibility — WCAG contrast
Aa
#faeadf on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faeadf on black: 17.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green91.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow10.8%
Key (black)2.0%
Color previews
#faeadf text on a black background
contrast 17.90:1
Card sample
#faeadf text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faeadf;
Background color
Panel with #faeadf background
background-color: #faeadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faeadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 234, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 234, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faeadf; background: linear-gradient(135deg, #faeadf, #F8FADF);