#fbe0fd
a pale, electric magenta / pink · warm · closest name: lavender
RGB
251, 224, 253
HSL
296°, 88%, 94%
CMYK
1, 12, 0, 1
Luminance
0.8091
Every format
| HEX | #fbe0fd |
| RGB | rgb(251, 224, 253) |
| HSL | hsl(296, 88%, 94%) |
| CMYK | cmyk(1%, 12%, 0%, 1%) |
| LAB | lab(92.1 14.2 -10.7) |
| LCH | lch(92.1 17.8 323.1) |
| OKLCH | oklch(0.937 0.048 323.8) |
Copy-ready code
/* CSS */
color: #fbe0fd;
background-color: #fbe0fd;
/* Tailwind (arbitrary) */
class="text-[#fbe0fd] bg-[#fbe0fd]"
/* SCSS */
$brand: #fbe0fd;
/* SwiftUI */
Color(red: 0.984, green: 0.878, blue: 0.992)
/* Android */
Color.parseColor("#fbe0fd")Accessibility — WCAG contrast
Aa
#fbe0fd on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbe0fd on black: 17.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green87.8%
Blue99.2%
CMYK percentages
Cyan0.8%
Magenta11.5%
Yellow0.0%
Key (black)0.8%
Color previews
#fbe0fd text on a black background
contrast 17.18:1
Card sample
#fbe0fd text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbe0fd;
Background color
Panel with #fbe0fd background
background-color: #fbe0fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbe0fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 224, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 224, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbe0fd; background: linear-gradient(135deg, #fbe0fd, #FDE0EC);