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