#fce9f3
a pale, electric magenta / pink · warm · closest name: lavender
RGB
252, 233, 243
HSL
328°, 76%, 95%
CMYK
0, 8, 4, 1
Luminance
0.8544
Every format
| HEX | #fce9f3 |
| RGB | rgb(252, 233, 243) |
| HSL | hsl(328, 76%, 95%) |
| CMYK | cmyk(0%, 8%, 4%, 1%) |
| LAB | lab(94.1 8.1 -2.5) |
| LCH | lch(94.1 8.5 342.9) |
| OKLCH | oklch(0.952 0.024 344.4) |
Copy-ready code
/* CSS */
color: #fce9f3;
background-color: #fce9f3;
/* Tailwind (arbitrary) */
class="text-[#fce9f3] bg-[#fce9f3]"
/* SCSS */
$brand: #fce9f3;
/* SwiftUI */
Color(red: 0.988, green: 0.914, blue: 0.953)
/* Android */
Color.parseColor("#fce9f3")Accessibility — WCAG contrast
Aa
#fce9f3 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fce9f3 on black: 18.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green91.4%
Blue95.3%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow3.6%
Key (black)1.2%
Color previews
#fce9f3 text on a black background
contrast 18.09:1
Card sample
#fce9f3 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fce9f3;
Background color
Panel with #fce9f3 background
background-color: #fce9f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fce9f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 233, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 233, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fce9f3; background: linear-gradient(135deg, #fce9f3, #FCECE9);