#fccff2
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 207, 242
HSL
313°, 88%, 90%
CMYK
0, 18, 4, 1
Luminance
0.7173
Every format
| HEX | #fccff2 |
| RGB | rgb(252, 207, 242) |
| HSL | hsl(313, 88%, 90%) |
| CMYK | cmyk(0%, 18%, 4%, 1%) |
| LAB | lab(87.8 21.5 -11.2) |
| LCH | lch(87.8 24.2 332.5) |
| OKLCH | oklch(0.903 0.068 334.0) |
Copy-ready code
/* CSS */
color: #fccff2;
background-color: #fccff2;
/* Tailwind (arbitrary) */
class="text-[#fccff2] bg-[#fccff2]"
/* SCSS */
$brand: #fccff2;
/* SwiftUI */
Color(red: 0.988, green: 0.812, blue: 0.949)
/* Android */
Color.parseColor("#fccff2")Accessibility — WCAG contrast
Aa
#fccff2 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccff2 on black: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green81.2%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta17.9%
Yellow4.0%
Key (black)1.2%
Color previews
#fccff2 text on a black background
contrast 15.35:1
Card sample
#fccff2 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccff2;
Background color
Panel with #fccff2 background
background-color: #fccff2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccff2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 207, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 207, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccff2; background: linear-gradient(135deg, #fccff2, #FCCFD4);