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