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