#fcb8df
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 184, 223
HSL
326°, 92%, 86%
CMYK
0, 27, 12, 1
Luminance
0.6030
Every format
| HEX | #fcb8df |
| RGB | rgb(252, 184, 223) |
| HSL | hsl(326, 92%, 86%) |
| CMYK | cmyk(0%, 27%, 12%, 1%) |
| LAB | lab(82.0 30.4 -9.8) |
| LCH | lch(82.0 31.9 342.2) |
| OKLCH | oklch(0.857 0.092 343.9) |
Copy-ready code
/* CSS */
color: #fcb8df;
background-color: #fcb8df;
/* Tailwind (arbitrary) */
class="text-[#fcb8df] bg-[#fcb8df]"
/* SCSS */
$brand: #fcb8df;
/* SwiftUI */
Color(red: 0.988, green: 0.722, blue: 0.875)
/* Android */
Color.parseColor("#fcb8df")Accessibility — WCAG contrast
Aa
#fcb8df on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcb8df on black: 13.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green72.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta27.0%
Yellow11.5%
Key (black)1.2%
Color previews
#fcb8df text on a black background
contrast 13.06:1
Card sample
#fcb8df text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcb8df;
Background color
Panel with #fcb8df background
background-color: #fcb8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcb8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 184, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 184, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcb8df; background: linear-gradient(135deg, #fcb8df, #FCBEB8);