#fcb0cf
a light, electric magenta / pink · warm · closest name: pink
RGB
252, 176, 207
HSL
336°, 93%, 84%
CMYK
0, 30, 18, 1
Luminance
0.5625
Every format
| HEX | #fcb0cf |
| RGB | rgb(252, 176, 207) |
| HSL | hsl(336, 93%, 84%) |
| CMYK | cmyk(0%, 30%, 18%, 1%) |
| LAB | lab(79.8 32.1 -4.5) |
| LCH | lch(79.8 32.4 352.1) |
| OKLCH | oklch(0.838 0.096 353.2) |
Copy-ready code
/* CSS */
color: #fcb0cf;
background-color: #fcb0cf;
/* Tailwind (arbitrary) */
class="text-[#fcb0cf] bg-[#fcb0cf]"
/* SCSS */
$brand: #fcb0cf;
/* SwiftUI */
Color(red: 0.988, green: 0.690, blue: 0.812)
/* Android */
Color.parseColor("#fcb0cf")Accessibility — WCAG contrast
Aa
#fcb0cf on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcb0cf on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green69.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta30.2%
Yellow17.9%
Key (black)1.2%
Color previews
#fcb0cf text on a black background
contrast 12.25:1
Card sample
#fcb0cf text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcb0cf;
Background color
Panel with #fcb0cf background
background-color: #fcb0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcb0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 176, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 176, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcb0cf; background: linear-gradient(135deg, #fcb0cf, #FCC4B0);