#faebfc
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
250, 235, 252
HSL
293°, 74%, 96%
CMYK
1, 7, 0, 1
Luminance
0.8677
Every format
| HEX | #faebfc |
| RGB | rgb(250, 235, 252) |
| HSL | hsl(293, 74%, 96%) |
| CMYK | cmyk(1%, 7%, 0%, 1%) |
| LAB | lab(94.6 8.0 -6.4) |
| LCH | lch(94.6 10.2 321.5) |
| OKLCH | oklch(0.957 0.028 322.2) |
Copy-ready code
/* CSS */
color: #faebfc;
background-color: #faebfc;
/* Tailwind (arbitrary) */
class="text-[#faebfc] bg-[#faebfc]"
/* SCSS */
$brand: #faebfc;
/* SwiftUI */
Color(red: 0.980, green: 0.922, blue: 0.988)
/* Android */
Color.parseColor("#faebfc")Accessibility — WCAG contrast
Aa
#faebfc on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faebfc on black: 18.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green92.2%
Blue98.8%
CMYK percentages
Cyan0.8%
Magenta6.7%
Yellow0.0%
Key (black)1.2%
Color previews
#faebfc text on a black background
contrast 18.35:1
Card sample
#faebfc text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faebfc;
Background color
Panel with #faebfc background
background-color: #faebfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faebfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 235, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 235, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faebfc; background: linear-gradient(135deg, #faebfc, #FCEBF3);