#fcebf5
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
252, 235, 245
HSL
325°, 74%, 96%
CMYK
0, 7, 3, 1
Luminance
0.8670
Every format
| HEX | #fcebf5 |
| RGB | rgb(252, 235, 245) |
| HSL | hsl(325, 74%, 96%) |
| CMYK | cmyk(0%, 7%, 3%, 1%) |
| LAB | lab(94.6 7.5 -2.8) |
| LCH | lch(94.6 7.9 339.7) |
| OKLCH | oklch(0.956 0.022 341.3) |
Copy-ready code
/* CSS */
color: #fcebf5;
background-color: #fcebf5;
/* Tailwind (arbitrary) */
class="text-[#fcebf5] bg-[#fcebf5]"
/* SCSS */
$brand: #fcebf5;
/* SwiftUI */
Color(red: 0.988, green: 0.922, blue: 0.961)
/* Android */
Color.parseColor("#fcebf5")Accessibility — WCAG contrast
Aa
#fcebf5 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcebf5 on black: 18.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green92.2%
Blue96.1%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow2.8%
Key (black)1.2%
Color previews
#fcebf5 text on a black background
contrast 18.34:1
Card sample
#fcebf5 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcebf5;
Background color
Panel with #fcebf5 background
background-color: #fcebf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcebf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 235, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 235, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcebf5; background: linear-gradient(135deg, #fcebf5, #FCECEB);