#fcb0df
a light, electric magenta / pink · warm · closest name: plum
RGB
252, 176, 223
HSL
323°, 93%, 84%
CMYK
0, 30, 12, 1
Luminance
0.5707
Every format
| HEX | #fcb0df |
| RGB | rgb(252, 176, 223) |
| HSL | hsl(323, 93%, 84%) |
| CMYK | cmyk(0%, 30%, 12%, 1%) |
| LAB | lab(80.2 34.6 -12.4) |
| LCH | lch(80.2 36.8 340.3) |
| OKLCH | oklch(0.843 0.106 342.0) |
Copy-ready code
/* CSS */
color: #fcb0df;
background-color: #fcb0df;
/* Tailwind (arbitrary) */
class="text-[#fcb0df] bg-[#fcb0df]"
/* SCSS */
$brand: #fcb0df;
/* SwiftUI */
Color(red: 0.988, green: 0.690, blue: 0.875)
/* Android */
Color.parseColor("#fcb0df")Accessibility — WCAG contrast
Aa
#fcb0df on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcb0df on black: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green69.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta30.2%
Yellow11.5%
Key (black)1.2%
Color previews
#fcb0df text on a black background
contrast 12.41:1
Card sample
#fcb0df text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcb0df;
Background color
Panel with #fcb0df background
background-color: #fcb0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcb0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 176, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 176, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcb0df; background: linear-gradient(135deg, #fcb0df, #FCB4B0);