#fcb6eb
a pale, electric magenta / pink · warm · closest name: plum
RGB
252, 182, 235
HSL
315°, 92%, 85%
CMYK
0, 28, 7, 1
Luminance
0.6015
Every format
| HEX | #fcb6eb |
| RGB | rgb(252, 182, 235) |
| HSL | hsl(315, 92%, 85%) |
| CMYK | cmyk(0%, 28%, 7%, 1%) |
| LAB | lab(81.9 33.4 -16.3) |
| LCH | lch(81.9 37.2 334.0) |
| OKLCH | oklch(0.857 0.105 335.5) |
Copy-ready code
/* CSS */
color: #fcb6eb;
background-color: #fcb6eb;
/* Tailwind (arbitrary) */
class="text-[#fcb6eb] bg-[#fcb6eb]"
/* SCSS */
$brand: #fcb6eb;
/* SwiftUI */
Color(red: 0.988, green: 0.714, blue: 0.922)
/* Android */
Color.parseColor("#fcb6eb")Accessibility — WCAG contrast
Aa
#fcb6eb on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcb6eb on black: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green71.4%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta27.8%
Yellow6.7%
Key (black)1.2%
Color previews
#fcb6eb text on a black background
contrast 13.03:1
Card sample
#fcb6eb text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcb6eb;
Background color
Panel with #fcb6eb background
background-color: #fcb6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcb6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 182, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 182, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcb6eb; background: linear-gradient(135deg, #fcb6eb, #FCB6BC);