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