#faeef8
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
250, 238, 248
HSL
310°, 55%, 96%
CMYK
0, 5, 1, 2
Luminance
0.8825
Every format
| HEX | #faeef8 |
| RGB | rgb(250, 238, 248) |
| HSL | hsl(310, 55%, 96%) |
| CMYK | cmyk(0%, 5%, 1%, 2%) |
| LAB | lab(95.3 5.8 -3.4) |
| LCH | lch(95.3 6.7 329.7) |
| OKLCH | oklch(0.961 0.018 331.1) |
Copy-ready code
/* CSS */
color: #faeef8;
background-color: #faeef8;
/* Tailwind (arbitrary) */
class="text-[#faeef8] bg-[#faeef8]"
/* SCSS */
$brand: #faeef8;
/* SwiftUI */
Color(red: 0.980, green: 0.933, blue: 0.973)
/* Android */
Color.parseColor("#faeef8")Accessibility — WCAG contrast
Aa
#faeef8 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faeef8 on black: 18.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green93.3%
Blue97.3%
CMYK percentages
Cyan0.0%
Magenta4.8%
Yellow0.8%
Key (black)2.0%
Color previews
#faeef8 text on a black background
contrast 18.65:1
Card sample
#faeef8 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faeef8;
Background color
Panel with #faeef8 background
background-color: #faeef8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faeef8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 238, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 238, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faeef8; background: linear-gradient(135deg, #faeef8, #FAEEF0);