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