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