#fccfe8
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 207, 232
HSL
327°, 88%, 90%
CMYK
0, 18, 8, 1
Luminance
0.7115
Every format
| HEX | #fccfe8 |
| RGB | rgb(252, 207, 232) |
| HSL | hsl(327, 88%, 90%) |
| CMYK | cmyk(0%, 18%, 8%, 1%) |
| LAB | lab(87.6 19.8 -6.3) |
| LCH | lch(87.6 20.8 342.3) |
| OKLCH | oklch(0.900 0.060 343.9) |
Copy-ready code
/* CSS */
color: #fccfe8;
background-color: #fccfe8;
/* Tailwind (arbitrary) */
class="text-[#fccfe8] bg-[#fccfe8]"
/* SCSS */
$brand: #fccfe8;
/* SwiftUI */
Color(red: 0.988, green: 0.812, blue: 0.910)
/* Android */
Color.parseColor("#fccfe8")Accessibility — WCAG contrast
Aa
#fccfe8 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccfe8 on black: 15.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green81.2%
Blue91.0%
CMYK percentages
Cyan0.0%
Magenta17.9%
Yellow7.9%
Key (black)1.2%
Color previews
#fccfe8 text on a black background
contrast 15.23:1
Card sample
#fccfe8 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccfe8;
Background color
Panel with #fccfe8 background
background-color: #fccfe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccfe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 207, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 207, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccfe8; background: linear-gradient(135deg, #fccfe8, #FCD4CF);