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