#fcbcfc
a pale, electric magenta / pink · warm · closest name: plum
RGB
252, 188, 252
HSL
300°, 91%, 86%
CMYK
0, 25, 0, 1
Luminance
0.6369
Every format
| HEX | #fcbcfc |
| RGB | rgb(252, 188, 252) |
| HSL | hsl(300, 91%, 86%) |
| CMYK | cmyk(0%, 25%, 0%, 1%) |
| LAB | lab(83.8 33.3 -22.6) |
| LCH | lch(83.8 40.2 325.8) |
| OKLCH | oklch(0.873 0.110 326.5) |
Copy-ready code
/* CSS */
color: #fcbcfc;
background-color: #fcbcfc;
/* Tailwind (arbitrary) */
class="text-[#fcbcfc] bg-[#fcbcfc]"
/* SCSS */
$brand: #fcbcfc;
/* SwiftUI */
Color(red: 0.988, green: 0.737, blue: 0.988)
/* Android */
Color.parseColor("#fcbcfc")Accessibility — WCAG contrast
Aa
#fcbcfc on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcbcfc on black: 13.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green73.7%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta25.4%
Yellow0.0%
Key (black)1.2%
Color previews
#fcbcfc text on a black background
contrast 13.74:1
Card sample
#fcbcfc text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcbcfc;
Background color
Panel with #fcbcfc background
background-color: #fcbcfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcbcfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 188, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 188, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcbcfc; background: linear-gradient(135deg, #fcbcfc, #FCBCD1);