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