#fae7eb
a pale, vivid red · warm · closest name: white
RGB
250, 231, 235
HSL
347°, 66%, 94%
CMYK
0, 8, 6, 2
Luminance
0.8347
Every format
| HEX | #fae7eb |
| RGB | rgb(250, 231, 235) |
| HSL | hsl(347, 66%, 94%) |
| CMYK | cmyk(0%, 8%, 6%, 2%) |
| LAB | lab(93.2 7.1 0.4) |
| LCH | lch(93.2 7.1 3.1) |
| OKLCH | oklch(0.944 0.021 3.1) |
Copy-ready code
/* CSS */
color: #fae7eb;
background-color: #fae7eb;
/* Tailwind (arbitrary) */
class="text-[#fae7eb] bg-[#fae7eb]"
/* SCSS */
$brand: #fae7eb;
/* SwiftUI */
Color(red: 0.980, green: 0.906, blue: 0.922)
/* Android */
Color.parseColor("#fae7eb")Accessibility — WCAG contrast
Aa
#fae7eb on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fae7eb on black: 17.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green90.6%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta7.6%
Yellow6.0%
Key (black)2.0%
Color previews
#fae7eb text on a black background
contrast 17.69:1
Card sample
#fae7eb text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fae7eb;
Background color
Panel with #fae7eb background
background-color: #fae7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fae7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 231, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 231, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fae7eb; background: linear-gradient(135deg, #fae7eb, #FAF0E7);