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