#fbebfd
a pale, electric magenta / pink · warm · closest name: lavender
RGB
251, 235, 253
HSL
293°, 82%, 96%
CMYK
1, 7, 0, 1
Luminance
0.8702
Every format
| HEX | #fbebfd |
| RGB | rgb(251, 235, 253) |
| HSL | hsl(293, 82%, 96%) |
| CMYK | cmyk(1%, 7%, 0%, 1%) |
| LAB | lab(94.8 8.5 -6.7) |
| LCH | lch(94.8 10.8 321.7) |
| OKLCH | oklch(0.958 0.029 322.4) |
Copy-ready code
/* CSS */
color: #fbebfd;
background-color: #fbebfd;
/* Tailwind (arbitrary) */
class="text-[#fbebfd] bg-[#fbebfd]"
/* SCSS */
$brand: #fbebfd;
/* SwiftUI */
Color(red: 0.984, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#fbebfd")Accessibility — WCAG contrast
Aa
#fbebfd on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbebfd on black: 18.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green92.2%
Blue99.2%
CMYK percentages
Cyan0.8%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#fbebfd text on a black background
contrast 18.40:1
Card sample
#fbebfd text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbebfd;
Background color
Panel with #fbebfd background
background-color: #fbebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbebfd; background: linear-gradient(135deg, #fbebfd, #FDEBF3);