#fcb0fc
a light, electric magenta / pink · warm · closest name: plum
RGB
252, 176, 252
HSL
300°, 93%, 84%
CMYK
0, 30, 0, 1
Luminance
0.5877
Every format
| HEX | #fcb0fc |
| RGB | rgb(252, 176, 252) |
| HSL | hsl(300, 93%, 84%) |
| CMYK | cmyk(0%, 30%, 0%, 1%) |
| LAB | lab(81.2 39.6 -26.6) |
| LCH | lch(81.2 47.7 326.1) |
| OKLCH | oklch(0.853 0.131 326.6) |
Copy-ready code
/* CSS */
color: #fcb0fc;
background-color: #fcb0fc;
/* Tailwind (arbitrary) */
class="text-[#fcb0fc] bg-[#fcb0fc]"
/* SCSS */
$brand: #fcb0fc;
/* SwiftUI */
Color(red: 0.988, green: 0.690, blue: 0.988)
/* Android */
Color.parseColor("#fcb0fc")Accessibility — WCAG contrast
Aa
#fcb0fc on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcb0fc on black: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green69.0%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta30.2%
Yellow0.0%
Key (black)1.2%
Color previews
#fcb0fc text on a black background
contrast 12.75:1
Card sample
#fcb0fc text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcb0fc;
Background color
Panel with #fcb0fc background
background-color: #fcb0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcb0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 176, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 176, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcb0fc; background: linear-gradient(135deg, #fcb0fc, #FCB0C9);