#fae5e5
a pale, vivid red · warm · closest name: white
RGB
250, 229, 229
HSL
0°, 68%, 94%
CMYK
0, 8, 8, 2
Luminance
0.8202
Every format
| HEX | #fae5e5 |
| RGB | rgb(250, 229, 229) |
| HSL | hsl(0, 68%, 94%) |
| CMYK | cmyk(0%, 8%, 8%, 2%) |
| LAB | lab(92.6 7.2 2.6) |
| LCH | lch(92.6 7.6 19.9) |
| OKLCH | oklch(0.939 0.023 17.6) |
Copy-ready code
/* CSS */
color: #fae5e5;
background-color: #fae5e5;
/* Tailwind (arbitrary) */
class="text-[#fae5e5] bg-[#fae5e5]"
/* SCSS */
$brand: #fae5e5;
/* SwiftUI */
Color(red: 0.980, green: 0.898, blue: 0.898)
/* Android */
Color.parseColor("#fae5e5")Accessibility — WCAG contrast
Aa
#fae5e5 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fae5e5 on black: 17.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green89.8%
Blue89.8%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow8.4%
Key (black)2.0%
Color previews
#fae5e5 text on a black background
contrast 17.40:1
Card sample
#fae5e5 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fae5e5;
Background color
Panel with #fae5e5 background
background-color: #fae5e5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fae5e5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 229, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 229, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fae5e5; background: linear-gradient(135deg, #fae5e5, #FAF3E5);