#fcc0fc
a pale, electric magenta / pink · warm · closest name: plum
RGB
252, 192, 252
HSL
300°, 91%, 87%
CMYK
0, 24, 0, 1
Luminance
0.6542
Every format
| HEX | #fcc0fc |
| RGB | rgb(252, 192, 252) |
| HSL | hsl(300, 91%, 87%) |
| CMYK | cmyk(0%, 24%, 0%, 1%) |
| LAB | lab(84.7 31.2 -21.2) |
| LCH | lch(84.7 37.7 325.7) |
| OKLCH | oklch(0.880 0.103 326.4) |
Copy-ready code
/* CSS */
color: #fcc0fc;
background-color: #fcc0fc;
/* Tailwind (arbitrary) */
class="text-[#fcc0fc] bg-[#fcc0fc]"
/* SCSS */
$brand: #fcc0fc;
/* SwiftUI */
Color(red: 0.988, green: 0.753, blue: 0.988)
/* Android */
Color.parseColor("#fcc0fc")Accessibility — WCAG contrast
Aa
#fcc0fc on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc0fc on black: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green75.3%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta23.8%
Yellow0.0%
Key (black)1.2%
Color previews
#fcc0fc text on a black background
contrast 14.08:1
Card sample
#fcc0fc text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc0fc;
Background color
Panel with #fcc0fc background
background-color: #fcc0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 192, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 192, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc0fc; background: linear-gradient(135deg, #fcc0fc, #FCC0D4);