#fae5df
a pale, vivid red · warm · closest name: white
RGB
250, 229, 223
HSL
13°, 73%, 93%
CMYK
0, 8, 11, 2
Luminance
0.8169
Every format
| HEX | #fae5df |
| RGB | rgb(250, 229, 223) |
| HSL | hsl(13, 73%, 93%) |
| CMYK | cmyk(0%, 8%, 11%, 2%) |
| LAB | lab(92.4 6.2 5.5) |
| LCH | lch(92.4 8.3 41.8) |
| OKLCH | oklch(0.937 0.025 36.5) |
Copy-ready code
/* CSS */
color: #fae5df;
background-color: #fae5df;
/* Tailwind (arbitrary) */
class="text-[#fae5df] bg-[#fae5df]"
/* SCSS */
$brand: #fae5df;
/* SwiftUI */
Color(red: 0.980, green: 0.898, blue: 0.875)
/* Android */
Color.parseColor("#fae5df")Accessibility — WCAG contrast
Aa
#fae5df on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fae5df on black: 17.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green89.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow10.8%
Key (black)2.0%
Color previews
#fae5df text on a black background
contrast 17.34:1
Card sample
#fae5df text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fae5df;
Background color
Panel with #fae5df background
background-color: #fae5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fae5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 229, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 229, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fae5df; background: linear-gradient(135deg, #fae5df, #FAF7DF);