#fcb9af
a light, electric red · warm · closest name: pink
RGB
252, 185, 175
HSL
8°, 93%, 84%
CMYK
0, 27, 31, 1
Luminance
0.5849
Every format
| HEX | #fcb9af |
| RGB | rgb(252, 185, 175) |
| HSL | hsl(8, 93%, 84%) |
| CMYK | cmyk(0%, 27%, 31%, 1%) |
| LAB | lab(81.0 22.9 14.6) |
| LCH | lch(81.0 27.2 32.6) |
| OKLCH | oklch(0.845 0.080 28.4) |
Copy-ready code
/* CSS */
color: #fcb9af;
background-color: #fcb9af;
/* Tailwind (arbitrary) */
class="text-[#fcb9af] bg-[#fcb9af]"
/* SCSS */
$brand: #fcb9af;
/* SwiftUI */
Color(red: 0.988, green: 0.725, blue: 0.686)
/* Android */
Color.parseColor("#fcb9af")Accessibility — WCAG contrast
Aa
#fcb9af on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcb9af on black: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green72.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta26.6%
Yellow30.6%
Key (black)1.2%
Color previews
#fcb9af text on a black background
contrast 12.70:1
Card sample
#fcb9af text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcb9af;
Background color
Panel with #fcb9af background
background-color: #fcb9af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcb9af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 185, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 185, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcb9af; background: linear-gradient(135deg, #fcb9af, #FCECAF);