#fceefc
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
252, 238, 252
HSL
300°, 70%, 96%
CMYK
0, 6, 0, 1
Luminance
0.8887
Every format
| HEX | #fceefc |
| RGB | rgb(252, 238, 252) |
| HSL | hsl(300, 70%, 96%) |
| CMYK | cmyk(0%, 6%, 0%, 1%) |
| LAB | lab(95.5 7.1 -5.0) |
| LCH | lch(95.5 8.7 324.7) |
| OKLCH | oklch(0.964 0.024 325.8) |
Copy-ready code
/* CSS */
color: #fceefc;
background-color: #fceefc;
/* Tailwind (arbitrary) */
class="text-[#fceefc] bg-[#fceefc]"
/* SCSS */
$brand: #fceefc;
/* SwiftUI */
Color(red: 0.988, green: 0.933, blue: 0.988)
/* Android */
Color.parseColor("#fceefc")Accessibility — WCAG contrast
Aa
#fceefc on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fceefc on black: 18.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green93.3%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta5.6%
Yellow0.0%
Key (black)1.2%
Color previews
#fceefc text on a black background
contrast 18.77:1
Card sample
#fceefc text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fceefc;
Background color
Panel with #fceefc background
background-color: #fceefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fceefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 238, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 238, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fceefc; background: linear-gradient(135deg, #fceefc, #FCEEF3);