#fcc7fc
a pale, electric magenta / pink · warm · closest name: plum
RGB
252, 199, 252
HSL
300°, 90%, 88%
CMYK
0, 21, 0, 1
Luminance
0.6857
Every format
| HEX | #fcc7fc |
| RGB | rgb(252, 199, 252) |
| HSL | hsl(300, 90%, 88%) |
| CMYK | cmyk(0%, 21%, 0%, 1%) |
| LAB | lab(86.3 27.5 -18.8) |
| LCH | lch(86.3 33.3 325.6) |
| OKLCH | oklch(0.892 0.091 326.3) |
Copy-ready code
/* CSS */
color: #fcc7fc;
background-color: #fcc7fc;
/* Tailwind (arbitrary) */
class="text-[#fcc7fc] bg-[#fcc7fc]"
/* SCSS */
$brand: #fcc7fc;
/* SwiftUI */
Color(red: 0.988, green: 0.780, blue: 0.988)
/* Android */
Color.parseColor("#fcc7fc")Accessibility — WCAG contrast
Aa
#fcc7fc on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc7fc on black: 14.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green78.0%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta21.0%
Yellow0.0%
Key (black)1.2%
Color previews
#fcc7fc text on a black background
contrast 14.71:1
Card sample
#fcc7fc text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc7fc;
Background color
Panel with #fcc7fc background
background-color: #fcc7fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc7fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 199, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 199, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc7fc; background: linear-gradient(135deg, #fcc7fc, #FCC7D9);