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