#fcc0ff
a pale, electric magenta / pink · warm · closest name: plum
RGB
252, 192, 255
HSL
297°, 100%, 88%
CMYK
1, 25, 0, 0
Luminance
0.6561
Every format
| HEX | #fcc0ff |
| RGB | rgb(252, 192, 255) |
| HSL | hsl(297, 100%, 88%) |
| CMYK | cmyk(1%, 25%, 0%, 0%) |
| LAB | lab(84.8 31.7 -22.7) |
| LCH | lch(84.8 39.0 324.5) |
| OKLCH | oklch(0.881 0.106 324.9) |
Copy-ready code
/* CSS */
color: #fcc0ff;
background-color: #fcc0ff;
/* Tailwind (arbitrary) */
class="text-[#fcc0ff] bg-[#fcc0ff]"
/* SCSS */
$brand: #fcc0ff;
/* SwiftUI */
Color(red: 0.988, green: 0.753, blue: 1.000)
/* Android */
Color.parseColor("#fcc0ff")Accessibility — WCAG contrast
Aa
#fcc0ff on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc0ff on black: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green75.3%
Blue100.0%
CMYK percentages
Cyan1.2%
Magenta24.7%
Yellow0.0%
Key (black)0.0%
Color previews
#fcc0ff text on a black background
contrast 14.12:1
Card sample
#fcc0ff text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc0ff;
Background color
Panel with #fcc0ff background
background-color: #fcc0ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc0ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 192, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 192, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc0ff; background: linear-gradient(135deg, #fcc0ff, #FFC0D8);