#fcacbc
a light, electric red · warm · closest name: pink
RGB
252, 172, 188
HSL
348°, 93%, 83%
CMYK
0, 32, 25, 1
Luminance
0.5383
Every format
| HEX | #fcacbc |
| RGB | rgb(252, 172, 188) |
| HSL | hsl(348, 93%, 83%) |
| CMYK | cmyk(0%, 32%, 25%, 1%) |
| LAB | lab(78.4 31.4 3.8) |
| LCH | lch(78.4 31.7 6.9) |
| OKLCH | oklch(0.826 0.096 6.2) |
Copy-ready code
/* CSS */
color: #fcacbc;
background-color: #fcacbc;
/* Tailwind (arbitrary) */
class="text-[#fcacbc] bg-[#fcacbc]"
/* SCSS */
$brand: #fcacbc;
/* SwiftUI */
Color(red: 0.988, green: 0.675, blue: 0.737)
/* Android */
Color.parseColor("#fcacbc")Accessibility — WCAG contrast
Aa
#fcacbc on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcacbc on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green67.5%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta31.7%
Yellow25.4%
Key (black)1.2%
Color previews
#fcacbc text on a black background
contrast 11.77:1
Card sample
#fcacbc text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcacbc;
Background color
Panel with #fcacbc background
background-color: #fcacbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcacbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 172, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 172, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcacbc; background: linear-gradient(135deg, #fcacbc, #FCD1AC);