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