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