#fcb6fd
a pale, electric magenta / pink · warm · closest name: plum
RGB
252, 182, 253
HSL
299°, 95%, 85%
CMYK
0, 28, 0, 1
Luminance
0.6124
Every format
| HEX | #fcb6fd |
| RGB | rgb(252, 182, 253) |
| HSL | hsl(299, 95%, 85%) |
| CMYK | cmyk(0%, 28%, 0%, 1%) |
| LAB | lab(82.5 36.6 -25.1) |
| LCH | lch(82.5 44.4 325.6) |
| OKLCH | oklch(0.864 0.122 326.1) |
Copy-ready code
/* CSS */
color: #fcb6fd;
background-color: #fcb6fd;
/* Tailwind (arbitrary) */
class="text-[#fcb6fd] bg-[#fcb6fd]"
/* SCSS */
$brand: #fcb6fd;
/* SwiftUI */
Color(red: 0.988, green: 0.714, blue: 0.992)
/* Android */
Color.parseColor("#fcb6fd")Accessibility — WCAG contrast
Aa
#fcb6fd on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcb6fd on black: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green71.4%
Blue99.2%
CMYK percentages
Cyan0.4%
Magenta28.1%
Yellow0.0%
Key (black)0.8%
Color previews
#fcb6fd text on a black background
contrast 13.25:1
Card sample
#fcb6fd text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcb6fd;
Background color
Panel with #fcb6fd background
background-color: #fcb6fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcb6fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 182, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 182, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcb6fd; background: linear-gradient(135deg, #fcb6fd, #FDB6CF);