#fcc5ff
a pale, electric magenta / pink · warm · closest name: plum
RGB
252, 197, 255
HSL
297°, 100%, 89%
CMYK
1, 23, 0, 0
Luminance
0.6785
Every format
| HEX | #fcc5ff |
| RGB | rgb(252, 197, 255) |
| HSL | hsl(297, 100%, 89%) |
| CMYK | cmyk(1%, 23%, 0%, 0%) |
| LAB | lab(85.9 29.1 -20.9) |
| LCH | lch(85.9 35.8 324.2) |
| OKLCH | oklch(0.890 0.098 324.7) |
Copy-ready code
/* CSS */
color: #fcc5ff;
background-color: #fcc5ff;
/* Tailwind (arbitrary) */
class="text-[#fcc5ff] bg-[#fcc5ff]"
/* SCSS */
$brand: #fcc5ff;
/* SwiftUI */
Color(red: 0.988, green: 0.773, blue: 1.000)
/* Android */
Color.parseColor("#fcc5ff")Accessibility — WCAG contrast
Aa
#fcc5ff on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc5ff on black: 14.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green77.3%
Blue100.0%
CMYK percentages
Cyan1.2%
Magenta22.7%
Yellow0.0%
Key (black)0.0%
Color previews
#fcc5ff text on a black background
contrast 14.57:1
Card sample
#fcc5ff text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc5ff;
Background color
Panel with #fcc5ff background
background-color: #fcc5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 197, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 197, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc5ff; background: linear-gradient(135deg, #fcc5ff, #FFC5DB);