#fcebf2
a pale, vivid magenta / pink · warm · closest name: white
RGB
252, 235, 242
HSL
335°, 74%, 96%
CMYK
0, 7, 4, 1
Luminance
0.8652
Every format
| HEX | #fcebf2 |
| RGB | rgb(252, 235, 242) |
| HSL | hsl(335, 74%, 96%) |
| CMYK | cmyk(0%, 7%, 4%, 1%) |
| LAB | lab(94.5 6.9 -1.3) |
| LCH | lch(94.5 7.0 349.3) |
| OKLCH | oklch(0.956 0.021 350.5) |
Copy-ready code
/* CSS */
color: #fcebf2;
background-color: #fcebf2;
/* Tailwind (arbitrary) */
class="text-[#fcebf2] bg-[#fcebf2]"
/* SCSS */
$brand: #fcebf2;
/* SwiftUI */
Color(red: 0.988, green: 0.922, blue: 0.949)
/* Android */
Color.parseColor("#fcebf2")Accessibility — WCAG contrast
Aa
#fcebf2 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcebf2 on black: 18.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green92.2%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow4.0%
Key (black)1.2%
Color previews
#fcebf2 text on a black background
contrast 18.30:1
Card sample
#fcebf2 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcebf2;
Background color
Panel with #fcebf2 background
background-color: #fcebf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcebf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 235, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 235, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcebf2; background: linear-gradient(135deg, #fcebf2, #FCEFEB);