#fcb5df
a light, electric magenta / pink · warm · closest name: plum
RGB
252, 181, 223
HSL
325°, 92%, 85%
CMYK
0, 28, 12, 1
Luminance
0.5907
Every format
| HEX | #fcb5df |
| RGB | rgb(252, 181, 223) |
| HSL | hsl(325, 92%, 85%) |
| CMYK | cmyk(0%, 28%, 12%, 1%) |
| LAB | lab(81.3 32.0 -10.8) |
| LCH | lch(81.3 33.7 341.4) |
| OKLCH | oklch(0.852 0.098 343.1) |
Copy-ready code
/* CSS */
color: #fcb5df;
background-color: #fcb5df;
/* Tailwind (arbitrary) */
class="text-[#fcb5df] bg-[#fcb5df]"
/* SCSS */
$brand: #fcb5df;
/* SwiftUI */
Color(red: 0.988, green: 0.710, blue: 0.875)
/* Android */
Color.parseColor("#fcb5df")Accessibility — WCAG contrast
Aa
#fcb5df on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcb5df on black: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green71.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta28.2%
Yellow11.5%
Key (black)1.2%
Color previews
#fcb5df text on a black background
contrast 12.81:1
Card sample
#fcb5df text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcb5df;
Background color
Panel with #fcb5df background
background-color: #fcb5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcb5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 181, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 181, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcb5df; background: linear-gradient(135deg, #fcb5df, #FCBAB5);