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