#fcc6f4
a pale, electric magenta / pink · warm · closest name: plum
RGB
252, 198, 244
HSL
309°, 90%, 88%
CMYK
0, 21, 3, 1
Luminance
0.6762
Every format
| HEX | #fcc6f4 |
| RGB | rgb(252, 198, 244) |
| HSL | hsl(309, 90%, 88%) |
| CMYK | cmyk(0%, 21%, 3%, 1%) |
| LAB | lab(85.8 26.6 -15.3) |
| LCH | lch(85.8 30.7 330.1) |
| OKLCH | oklch(0.888 0.085 331.4) |
Copy-ready code
/* CSS */
color: #fcc6f4;
background-color: #fcc6f4;
/* Tailwind (arbitrary) */
class="text-[#fcc6f4] bg-[#fcc6f4]"
/* SCSS */
$brand: #fcc6f4;
/* SwiftUI */
Color(red: 0.988, green: 0.776, blue: 0.957)
/* Android */
Color.parseColor("#fcc6f4")Accessibility — WCAG contrast
Aa
#fcc6f4 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc6f4 on black: 14.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green77.6%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta21.4%
Yellow3.2%
Key (black)1.2%
Color previews
#fcc6f4 text on a black background
contrast 14.52:1
Card sample
#fcc6f4 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc6f4;
Background color
Panel with #fcc6f4 background
background-color: #fcc6f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc6f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 198, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 198, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc6f4; background: linear-gradient(135deg, #fcc6f4, #FCC6D0);