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