#fce3fc
a pale, electric magenta / pink · warm · closest name: lavender
RGB
252, 227, 252
HSL
300°, 81%, 94%
CMYK
0, 10, 0, 1
Luminance
0.8266
Every format
| HEX | #fce3fc |
| RGB | rgb(252, 227, 252) |
| HSL | hsl(300, 81%, 94%) |
| CMYK | cmyk(0%, 10%, 0%, 1%) |
| LAB | lab(92.9 12.8 -9.0) |
| LCH | lch(92.9 15.6 325.0) |
| OKLCH | oklch(0.943 0.043 325.9) |
Copy-ready code
/* CSS */
color: #fce3fc;
background-color: #fce3fc;
/* Tailwind (arbitrary) */
class="text-[#fce3fc] bg-[#fce3fc]"
/* SCSS */
$brand: #fce3fc;
/* SwiftUI */
Color(red: 0.988, green: 0.890, blue: 0.988)
/* Android */
Color.parseColor("#fce3fc")Accessibility — WCAG contrast
Aa
#fce3fc on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fce3fc on black: 17.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green89.0%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta9.9%
Yellow0.0%
Key (black)1.2%
Color previews
#fce3fc text on a black background
contrast 17.53:1
Card sample
#fce3fc text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fce3fc;
Background color
Panel with #fce3fc background
background-color: #fce3fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fce3fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 227, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 227, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fce3fc; background: linear-gradient(135deg, #fce3fc, #FCE3EB);