#fbe3fd
a pale, electric magenta / pink · warm · closest name: lavender
RGB
251, 227, 253
HSL
295°, 87%, 94%
CMYK
1, 10, 0, 1
Luminance
0.8254
Every format
| HEX | #fbe3fd |
| RGB | rgb(251, 227, 253) |
| HSL | hsl(295, 87%, 94%) |
| CMYK | cmyk(1%, 10%, 0%, 1%) |
| LAB | lab(92.8 12.7 -9.6) |
| LCH | lch(92.8 15.9 322.9) |
| OKLCH | oklch(0.943 0.043 323.5) |
Copy-ready code
/* CSS */
color: #fbe3fd;
background-color: #fbe3fd;
/* Tailwind (arbitrary) */
class="text-[#fbe3fd] bg-[#fbe3fd]"
/* SCSS */
$brand: #fbe3fd;
/* SwiftUI */
Color(red: 0.984, green: 0.890, blue: 0.992)
/* Android */
Color.parseColor("#fbe3fd")Accessibility — WCAG contrast
Aa
#fbe3fd on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbe3fd on black: 17.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green89.0%
Blue99.2%
CMYK percentages
Cyan0.8%
Magenta10.3%
Yellow0.0%
Key (black)0.8%
Color previews
#fbe3fd text on a black background
contrast 17.51:1
Card sample
#fbe3fd text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbe3fd;
Background color
Panel with #fbe3fd background
background-color: #fbe3fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbe3fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 227, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 227, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbe3fd; background: linear-gradient(135deg, #fbe3fd, #FDE3EE);