#fbe8fd
a pale, electric magenta / pink · warm · closest name: lavender
RGB
251, 232, 253
HSL
294°, 84%, 95%
CMYK
1, 8, 0, 1
Luminance
0.8531
Every format
| HEX | #fbe8fd |
| RGB | rgb(251, 232, 253) |
| HSL | hsl(294, 84%, 95%) |
| CMYK | cmyk(1%, 8%, 0%, 1%) |
| LAB | lab(94.0 10.1 -7.8) |
| LCH | lch(94.0 12.7 322.2) |
| OKLCH | oklch(0.952 0.034 322.9) |
Copy-ready code
/* CSS */
color: #fbe8fd;
background-color: #fbe8fd;
/* Tailwind (arbitrary) */
class="text-[#fbe8fd] bg-[#fbe8fd]"
/* SCSS */
$brand: #fbe8fd;
/* SwiftUI */
Color(red: 0.984, green: 0.910, blue: 0.992)
/* Android */
Color.parseColor("#fbe8fd")Accessibility — WCAG contrast
Aa
#fbe8fd on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbe8fd on black: 18.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green91.0%
Blue99.2%
CMYK percentages
Cyan0.8%
Magenta8.3%
Yellow0.0%
Key (black)0.8%
Color previews
#fbe8fd text on a black background
contrast 18.06:1
Card sample
#fbe8fd text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbe8fd;
Background color
Panel with #fbe8fd background
background-color: #fbe8fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbe8fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 232, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 232, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbe8fd; background: linear-gradient(135deg, #fbe8fd, #FDE8F1);