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