#fbe9fc
a pale, electric magenta / pink · warm · closest name: lavender
RGB
251, 233, 252
HSL
297°, 76%, 95%
CMYK
0, 8, 0, 1
Luminance
0.8582
Every format
| HEX | #fbe9fc |
| RGB | rgb(251, 233, 252) |
| HSL | hsl(297, 76%, 95%) |
| CMYK | cmyk(0%, 8%, 0%, 1%) |
| LAB | lab(94.2 9.4 -7.0) |
| LCH | lch(94.2 11.7 323.4) |
| OKLCH | oklch(0.954 0.032 324.2) |
Copy-ready code
/* CSS */
color: #fbe9fc;
background-color: #fbe9fc;
/* Tailwind (arbitrary) */
class="text-[#fbe9fc] bg-[#fbe9fc]"
/* SCSS */
$brand: #fbe9fc;
/* SwiftUI */
Color(red: 0.984, green: 0.914, blue: 0.988)
/* Android */
Color.parseColor("#fbe9fc")Accessibility — WCAG contrast
Aa
#fbe9fc on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbe9fc on black: 18.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green91.4%
Blue98.8%
CMYK percentages
Cyan0.4%
Magenta7.5%
Yellow0.0%
Key (black)1.2%
Color previews
#fbe9fc text on a black background
contrast 18.16:1
Card sample
#fbe9fc text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbe9fc;
Background color
Panel with #fbe9fc background
background-color: #fbe9fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbe9fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 233, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 233, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbe9fc; background: linear-gradient(135deg, #fbe9fc, #FCE9F0);