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