#faeefc
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
250, 238, 252
HSL
291°, 70%, 96%
CMYK
1, 6, 0, 1
Luminance
0.8850
Every format
| HEX | #faeefc |
| RGB | rgb(250, 238, 252) |
| HSL | hsl(291, 70%, 96%) |
| CMYK | cmyk(1%, 6%, 0%, 1%) |
| LAB | lab(95.4 6.5 -5.3) |
| LCH | lch(95.4 8.4 320.7) |
| OKLCH | oklch(0.963 0.022 321.3) |
Copy-ready code
/* CSS */
color: #faeefc;
background-color: #faeefc;
/* Tailwind (arbitrary) */
class="text-[#faeefc] bg-[#faeefc]"
/* SCSS */
$brand: #faeefc;
/* SwiftUI */
Color(red: 0.980, green: 0.933, blue: 0.988)
/* Android */
Color.parseColor("#faeefc")Accessibility — WCAG contrast
Aa
#faeefc on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faeefc on black: 18.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green93.3%
Blue98.8%
CMYK percentages
Cyan0.8%
Magenta5.6%
Yellow0.0%
Key (black)1.2%
Color previews
#faeefc text on a black background
contrast 18.70:1
Card sample
#faeefc text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faeefc;
Background color
Panel with #faeefc background
background-color: #faeefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faeefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 238, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 238, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faeefc; background: linear-gradient(135deg, #faeefc, #FCEEF5);