#fcb2f3
a light, electric magenta / pink · warm · closest name: plum
RGB
252, 178, 243
HSL
307°, 93%, 84%
CMYK
0, 29, 4, 1
Luminance
0.5901
Every format
| HEX | #fcb2f3 |
| RGB | rgb(252, 178, 243) |
| HSL | hsl(307, 93%, 84%) |
| CMYK | cmyk(0%, 29%, 4%, 1%) |
| LAB | lab(81.3 36.9 -21.6) |
| LCH | lch(81.3 42.8 329.7) |
| OKLCH | oklch(0.853 0.119 330.8) |
Copy-ready code
/* CSS */
color: #fcb2f3;
background-color: #fcb2f3;
/* Tailwind (arbitrary) */
class="text-[#fcb2f3] bg-[#fcb2f3]"
/* SCSS */
$brand: #fcb2f3;
/* SwiftUI */
Color(red: 0.988, green: 0.698, blue: 0.953)
/* Android */
Color.parseColor("#fcb2f3")Accessibility — WCAG contrast
Aa
#fcb2f3 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcb2f3 on black: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green69.8%
Blue95.3%
CMYK percentages
Cyan0.0%
Magenta29.4%
Yellow3.6%
Key (black)1.2%
Color previews
#fcb2f3 text on a black background
contrast 12.80:1
Card sample
#fcb2f3 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcb2f3;
Background color
Panel with #fcb2f3 background
background-color: #fcb2f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcb2f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 178, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 178, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcb2f3; background: linear-gradient(135deg, #fcb2f3, #FCB2C2);