#fcebff
a pale, electric magenta / pink · warm · closest name: lavender
RGB
252, 235, 255
HSL
291°, 100%, 96%
CMYK
1, 8, 0, 0
Luminance
0.8733
Every format
| HEX | #fcebff |
| RGB | rgb(252, 235, 255) |
| HSL | hsl(291, 100%, 96%) |
| CMYK | cmyk(1%, 8%, 0%, 0%) |
| LAB | lab(94.9 9.2 -7.5) |
| LCH | lch(94.9 11.9 320.7) |
| OKLCH | oklch(0.959 0.032 321.1) |
Copy-ready code
/* CSS */
color: #fcebff;
background-color: #fcebff;
/* Tailwind (arbitrary) */
class="text-[#fcebff] bg-[#fcebff]"
/* SCSS */
$brand: #fcebff;
/* SwiftUI */
Color(red: 0.988, green: 0.922, blue: 1.000)
/* Android */
Color.parseColor("#fcebff")Accessibility — WCAG contrast
Aa
#fcebff on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcebff on black: 18.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green92.2%
Blue100.0%
CMYK percentages
Cyan1.2%
Magenta7.8%
Yellow0.0%
Key (black)0.0%
Color previews
#fcebff text on a black background
contrast 18.47:1
Card sample
#fcebff text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcebff;
Background color
Panel with #fcebff background
background-color: #fcebff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcebff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 235, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 235, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcebff; background: linear-gradient(135deg, #fcebff, #FFEBF5);