#fcc3fc
a pale, electric magenta / pink · warm · closest name: plum
RGB
252, 195, 252
HSL
300°, 91%, 88%
CMYK
0, 23, 0, 1
Luminance
0.6675
Every format
| HEX | #fcc3fc |
| RGB | rgb(252, 195, 252) |
| HSL | hsl(300, 91%, 88%) |
| CMYK | cmyk(0%, 23%, 0%, 1%) |
| LAB | lab(85.4 29.6 -20.2) |
| LCH | lch(85.4 35.8 325.7) |
| OKLCH | oklch(0.885 0.098 326.4) |
Copy-ready code
/* CSS */
color: #fcc3fc;
background-color: #fcc3fc;
/* Tailwind (arbitrary) */
class="text-[#fcc3fc] bg-[#fcc3fc]"
/* SCSS */
$brand: #fcc3fc;
/* SwiftUI */
Color(red: 0.988, green: 0.765, blue: 0.988)
/* Android */
Color.parseColor("#fcc3fc")Accessibility — WCAG contrast
Aa
#fcc3fc on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc3fc on black: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green76.5%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta22.6%
Yellow0.0%
Key (black)1.2%
Color previews
#fcc3fc text on a black background
contrast 14.35:1
Card sample
#fcc3fc text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc3fc;
Background color
Panel with #fcc3fc background
background-color: #fcc3fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc3fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 195, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 195, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc3fc; background: linear-gradient(135deg, #fcc3fc, #FCC3D6);