#fcb9eb
a pale, electric magenta / pink · warm · closest name: plum
RGB
252, 185, 235
HSL
315°, 92%, 86%
CMYK
0, 27, 7, 1
Luminance
0.6139
Every format
| HEX | #fcb9eb |
| RGB | rgb(252, 185, 235) |
| HSL | hsl(315, 92%, 86%) |
| CMYK | cmyk(0%, 27%, 7%, 1%) |
| LAB | lab(82.6 31.9 -15.3) |
| LCH | lch(82.6 35.4 334.3) |
| OKLCH | oklch(0.862 0.100 335.9) |
Copy-ready code
/* CSS */
color: #fcb9eb;
background-color: #fcb9eb;
/* Tailwind (arbitrary) */
class="text-[#fcb9eb] bg-[#fcb9eb]"
/* SCSS */
$brand: #fcb9eb;
/* SwiftUI */
Color(red: 0.988, green: 0.725, blue: 0.922)
/* Android */
Color.parseColor("#fcb9eb")Accessibility — WCAG contrast
Aa
#fcb9eb on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcb9eb on black: 13.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green72.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta26.6%
Yellow6.7%
Key (black)1.2%
Color previews
#fcb9eb text on a black background
contrast 13.28:1
Card sample
#fcb9eb text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcb9eb;
Background color
Panel with #fcb9eb background
background-color: #fcb9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcb9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 185, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 185, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcb9eb; background: linear-gradient(135deg, #fcb9eb, #FCB9BE);