#fcb3cf
a light, electric magenta / pink · warm · closest name: pink
RGB
252, 179, 207
HSL
337°, 92%, 85%
CMYK
0, 29, 18, 1
Luminance
0.5744
Every format
| HEX | #fcb3cf |
| RGB | rgb(252, 179, 207) |
| HSL | hsl(337, 92%, 85%) |
| CMYK | cmyk(0%, 29%, 18%, 1%) |
| LAB | lab(80.4 30.5 -3.5) |
| LCH | lch(80.4 30.7 353.5) |
| OKLCH | oklch(0.843 0.091 354.5) |
Copy-ready code
/* CSS */
color: #fcb3cf;
background-color: #fcb3cf;
/* Tailwind (arbitrary) */
class="text-[#fcb3cf] bg-[#fcb3cf]"
/* SCSS */
$brand: #fcb3cf;
/* SwiftUI */
Color(red: 0.988, green: 0.702, blue: 0.812)
/* Android */
Color.parseColor("#fcb3cf")Accessibility — WCAG contrast
Aa
#fcb3cf on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcb3cf on black: 12.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green70.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta29.0%
Yellow17.9%
Key (black)1.2%
Color previews
#fcb3cf text on a black background
contrast 12.49:1
Card sample
#fcb3cf text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcb3cf;
Background color
Panel with #fcb3cf background
background-color: #fcb3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcb3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 179, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 179, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcb3cf; background: linear-gradient(135deg, #fcb3cf, #FCC8B3);