#faeaf7
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
250, 234, 247
HSL
311°, 62%, 95%
CMYK
0, 6, 1, 2
Luminance
0.8589
Every format
| HEX | #faeaf7 |
| RGB | rgb(250, 234, 247) |
| HSL | hsl(311, 62%, 95%) |
| CMYK | cmyk(0%, 6%, 1%, 2%) |
| LAB | lab(94.3 7.6 -4.3) |
| LCH | lch(94.3 8.8 330.5) |
| OKLCH | oklch(0.953 0.024 331.9) |
Copy-ready code
/* CSS */
color: #faeaf7;
background-color: #faeaf7;
/* Tailwind (arbitrary) */
class="text-[#faeaf7] bg-[#faeaf7]"
/* SCSS */
$brand: #faeaf7;
/* SwiftUI */
Color(red: 0.980, green: 0.918, blue: 0.969)
/* Android */
Color.parseColor("#faeaf7")Accessibility — WCAG contrast
Aa
#faeaf7 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faeaf7 on black: 18.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green91.8%
Blue96.9%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow1.2%
Key (black)2.0%
Color previews
#faeaf7 text on a black background
contrast 18.18:1
Card sample
#faeaf7 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faeaf7;
Background color
Panel with #faeaf7 background
background-color: #faeaf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faeaf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 234, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 234, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faeaf7; background: linear-gradient(135deg, #faeaf7, #FAEAEC);