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