#fcaf9c
a light, electric red · warm · closest name: pink
RGB
252, 175, 156
HSL
12°, 94%, 80%
CMYK
0, 31, 38, 1
Luminance
0.5376
Every format
| HEX | #fcaf9c |
| RGB | rgb(252, 175, 156) |
| HSL | hsl(12, 94%, 80%) |
| CMYK | cmyk(0%, 31%, 38%, 1%) |
| LAB | lab(78.3 25.9 21.1) |
| LCH | lch(78.3 33.4 39.2) |
| OKLCH | oklch(0.823 0.095 34.4) |
Copy-ready code
/* CSS */
color: #fcaf9c;
background-color: #fcaf9c;
/* Tailwind (arbitrary) */
class="text-[#fcaf9c] bg-[#fcaf9c]"
/* SCSS */
$brand: #fcaf9c;
/* SwiftUI */
Color(red: 0.988, green: 0.686, blue: 0.612)
/* Android */
Color.parseColor("#fcaf9c")Accessibility — WCAG contrast
Aa
#fcaf9c on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcaf9c on black: 11.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green68.6%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta30.6%
Yellow38.1%
Key (black)1.2%
Color previews
#fcaf9c text on a black background
contrast 11.75:1
Card sample
#fcaf9c text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcaf9c;
Background color
Panel with #fcaf9c background
background-color: #fcaf9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcaf9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 175, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 175, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcaf9c; background: linear-gradient(135deg, #fcaf9c, #FCEF9C);