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