#fcb3df
a light, electric magenta / pink · warm · closest name: plum
RGB
252, 179, 223
HSL
324°, 92%, 85%
CMYK
0, 29, 12, 1
Luminance
0.5826
Every format
| HEX | #fcb3df |
| RGB | rgb(252, 179, 223) |
| HSL | hsl(324, 92%, 85%) |
| CMYK | cmyk(0%, 29%, 12%, 1%) |
| LAB | lab(80.9 33.0 -11.4) |
| LCH | lch(80.9 34.9 340.9) |
| OKLCH | oklch(0.848 0.101 342.6) |
Copy-ready code
/* CSS */
color: #fcb3df;
background-color: #fcb3df;
/* Tailwind (arbitrary) */
class="text-[#fcb3df] bg-[#fcb3df]"
/* SCSS */
$brand: #fcb3df;
/* SwiftUI */
Color(red: 0.988, green: 0.702, blue: 0.875)
/* Android */
Color.parseColor("#fcb3df")Accessibility — WCAG contrast
Aa
#fcb3df on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcb3df on black: 12.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green70.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta29.0%
Yellow11.5%
Key (black)1.2%
Color previews
#fcb3df text on a black background
contrast 12.65:1
Card sample
#fcb3df text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcb3df;
Background color
Panel with #fcb3df background
background-color: #fcb3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcb3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 179, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 179, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcb3df; background: linear-gradient(135deg, #fcb3df, #FCB8B3);