#fccfe2
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 207, 226
HSL
335°, 88%, 90%
CMYK
0, 18, 10, 1
Luminance
0.7081
Every format
| HEX | #fccfe2 |
| RGB | rgb(252, 207, 226) |
| HSL | hsl(335, 88%, 90%) |
| CMYK | cmyk(0%, 18%, 10%, 1%) |
| LAB | lab(87.4 18.8 -3.4) |
| LCH | lch(87.4 19.1 349.8) |
| OKLCH | oklch(0.898 0.056 351.0) |
Copy-ready code
/* CSS */
color: #fccfe2;
background-color: #fccfe2;
/* Tailwind (arbitrary) */
class="text-[#fccfe2] bg-[#fccfe2]"
/* SCSS */
$brand: #fccfe2;
/* SwiftUI */
Color(red: 0.988, green: 0.812, blue: 0.886)
/* Android */
Color.parseColor("#fccfe2")Accessibility — WCAG contrast
Aa
#fccfe2 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccfe2 on black: 15.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green81.2%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta17.9%
Yellow10.3%
Key (black)1.2%
Color previews
#fccfe2 text on a black background
contrast 15.16:1
Card sample
#fccfe2 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccfe2;
Background color
Panel with #fccfe2 background
background-color: #fccfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 207, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 207, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccfe2; background: linear-gradient(135deg, #fccfe2, #FCDACF);