#fcb2d2
a light, electric magenta / pink · warm · closest name: pink
RGB
252, 178, 210
HSL
334°, 93%, 84%
CMYK
0, 29, 17, 1
Luminance
0.5719
Every format
| HEX | #fcb2d2 |
| RGB | rgb(252, 178, 210) |
| HSL | hsl(334, 93%, 84%) |
| CMYK | cmyk(0%, 29%, 17%, 1%) |
| LAB | lab(80.3 31.5 -5.3) |
| LCH | lch(80.3 31.9 350.4) |
| OKLCH | oklch(0.842 0.095 351.7) |
Copy-ready code
/* CSS */
color: #fcb2d2;
background-color: #fcb2d2;
/* Tailwind (arbitrary) */
class="text-[#fcb2d2] bg-[#fcb2d2]"
/* SCSS */
$brand: #fcb2d2;
/* SwiftUI */
Color(red: 0.988, green: 0.698, blue: 0.824)
/* Android */
Color.parseColor("#fcb2d2")Accessibility — WCAG contrast
Aa
#fcb2d2 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcb2d2 on black: 12.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green69.8%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta29.4%
Yellow16.7%
Key (black)1.2%
Color previews
#fcb2d2 text on a black background
contrast 12.44:1
Card sample
#fcb2d2 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcb2d2;
Background color
Panel with #fcb2d2 background
background-color: #fcb2d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcb2d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 178, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 178, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcb2d2; background: linear-gradient(135deg, #fcb2d2, #FCC3B2);