#fcb4af
a light, electric red · warm · closest name: pink
RGB
252, 180, 175
HSL
4°, 93%, 84%
CMYK
0, 29, 31, 1
Luminance
0.5643
Every format
| HEX | #fcb4af |
| RGB | rgb(252, 180, 175) |
| HSL | hsl(4, 93%, 84%) |
| CMYK | cmyk(0%, 29%, 31%, 1%) |
| LAB | lab(79.9 25.5 13.0) |
| LCH | lch(79.9 28.6 27.0) |
| OKLCH | oklch(0.836 0.085 23.5) |
Copy-ready code
/* CSS */
color: #fcb4af;
background-color: #fcb4af;
/* Tailwind (arbitrary) */
class="text-[#fcb4af] bg-[#fcb4af]"
/* SCSS */
$brand: #fcb4af;
/* SwiftUI */
Color(red: 0.988, green: 0.706, blue: 0.686)
/* Android */
Color.parseColor("#fcb4af")Accessibility — WCAG contrast
Aa
#fcb4af on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcb4af on black: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green70.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow30.6%
Key (black)1.2%
Color previews
#fcb4af text on a black background
contrast 12.29:1
Card sample
#fcb4af text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcb4af;
Background color
Panel with #fcb4af background
background-color: #fcb4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcb4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 180, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 180, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcb4af; background: linear-gradient(135deg, #fcb4af, #FCE7AF);