#faecfe
a pale, electric violet · warm · closest name: lavender
RGB
250, 236, 254
HSL
287°, 90%, 96%
CMYK
2, 7, 0, 0
Luminance
0.8747
Every format
| HEX | #faecfe |
| RGB | rgb(250, 236, 254) |
| HSL | hsl(287, 90%, 96%) |
| CMYK | cmyk(2%, 7%, 0%, 0%) |
| LAB | lab(94.9 7.9 -7.0) |
| LCH | lch(94.9 10.5 318.4) |
| OKLCH | oklch(0.959 0.028 318.7) |
Copy-ready code
/* CSS */
color: #faecfe;
background-color: #faecfe;
/* Tailwind (arbitrary) */
class="text-[#faecfe] bg-[#faecfe]"
/* SCSS */
$brand: #faecfe;
/* SwiftUI */
Color(red: 0.980, green: 0.925, blue: 0.996)
/* Android */
Color.parseColor("#faecfe")Accessibility — WCAG contrast
Aa
#faecfe on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faecfe on black: 18.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green92.5%
Blue99.6%
CMYK percentages
Cyan1.6%
Magenta7.1%
Yellow0.0%
Key (black)0.4%
Color previews
#faecfe text on a black background
contrast 18.49:1
Card sample
#faecfe text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faecfe;
Background color
Panel with #faecfe background
background-color: #faecfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faecfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 236, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 236, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faecfe; background: linear-gradient(135deg, #faecfe, #FEECF6);