#fce7fc
a pale, electric magenta / pink · warm · closest name: lavender
RGB
252, 231, 252
HSL
300°, 78%, 95%
CMYK
0, 8, 0, 1
Luminance
0.8488
Every format
| HEX | #fce7fc |
| RGB | rgb(252, 231, 252) |
| HSL | hsl(300, 78%, 95%) |
| CMYK | cmyk(0%, 8%, 0%, 1%) |
| LAB | lab(93.8 10.7 -7.5) |
| LCH | lch(93.8 13.1 324.9) |
| OKLCH | oklch(0.951 0.036 325.9) |
Copy-ready code
/* CSS */
color: #fce7fc;
background-color: #fce7fc;
/* Tailwind (arbitrary) */
class="text-[#fce7fc] bg-[#fce7fc]"
/* SCSS */
$brand: #fce7fc;
/* SwiftUI */
Color(red: 0.988, green: 0.906, blue: 0.988)
/* Android */
Color.parseColor("#fce7fc")Accessibility — WCAG contrast
Aa
#fce7fc on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fce7fc on black: 17.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green90.6%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow0.0%
Key (black)1.2%
Color previews
#fce7fc text on a black background
contrast 17.98:1
Card sample
#fce7fc text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fce7fc;
Background color
Panel with #fce7fc background
background-color: #fce7fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fce7fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 231, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 231, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fce7fc; background: linear-gradient(135deg, #fce7fc, #FCE7EE);