#fcb8cf
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 184, 207
HSL
340°, 92%, 86%
CMYK
0, 27, 18, 1
Luminance
0.5948
Every format
| HEX | #fcb8cf |
| RGB | rgb(252, 184, 207) |
| HSL | hsl(340, 92%, 86%) |
| CMYK | cmyk(0%, 27%, 18%, 1%) |
| LAB | lab(81.6 27.9 -1.8) |
| LCH | lch(81.6 27.9 356.3) |
| OKLCH | oklch(0.852 0.084 357.0) |
Copy-ready code
/* CSS */
color: #fcb8cf;
background-color: #fcb8cf;
/* Tailwind (arbitrary) */
class="text-[#fcb8cf] bg-[#fcb8cf]"
/* SCSS */
$brand: #fcb8cf;
/* SwiftUI */
Color(red: 0.988, green: 0.722, blue: 0.812)
/* Android */
Color.parseColor("#fcb8cf")Accessibility — WCAG contrast
Aa
#fcb8cf on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcb8cf on black: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green72.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta27.0%
Yellow17.9%
Key (black)1.2%
Color previews
#fcb8cf text on a black background
contrast 12.90:1
Card sample
#fcb8cf text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcb8cf;
Background color
Panel with #fcb8cf background
background-color: #fcb8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcb8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 184, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 184, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcb8cf; background: linear-gradient(135deg, #fcb8cf, #FCCEB8);