#fcb2fe
a light, electric magenta / pink · warm · closest name: plum
RGB
252, 178, 254
HSL
298°, 97%, 85%
CMYK
1, 30, 0, 0
Luminance
0.5969
Every format
| HEX | #fcb2fe |
| RGB | rgb(252, 178, 254) |
| HSL | hsl(298, 97%, 85%) |
| CMYK | cmyk(1%, 30%, 0%, 0%) |
| LAB | lab(81.7 38.9 -26.9) |
| LCH | lch(81.7 47.3 325.3) |
| OKLCH | oklch(0.857 0.130 325.8) |
Copy-ready code
/* CSS */
color: #fcb2fe;
background-color: #fcb2fe;
/* Tailwind (arbitrary) */
class="text-[#fcb2fe] bg-[#fcb2fe]"
/* SCSS */
$brand: #fcb2fe;
/* SwiftUI */
Color(red: 0.988, green: 0.698, blue: 0.996)
/* Android */
Color.parseColor("#fcb2fe")Accessibility — WCAG contrast
Aa
#fcb2fe on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcb2fe on black: 12.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green69.8%
Blue99.6%
CMYK percentages
Cyan0.8%
Magenta29.9%
Yellow0.0%
Key (black)0.4%
Color previews
#fcb2fe text on a black background
contrast 12.94:1
Card sample
#fcb2fe text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcb2fe;
Background color
Panel with #fcb2fe background
background-color: #fcb2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcb2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 178, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 178, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcb2fe; background: linear-gradient(135deg, #fcb2fe, #FEB2CD);