#fcb5af
a light, electric red · warm · closest name: pink
RGB
252, 181, 175
HSL
5°, 93%, 84%
CMYK
0, 28, 31, 1
Luminance
0.5684
Every format
| HEX | #fcb5af |
| RGB | rgb(252, 181, 175) |
| HSL | hsl(5, 93%, 84%) |
| CMYK | cmyk(0%, 28%, 31%, 1%) |
| LAB | lab(80.1 25.0 13.3) |
| LCH | lch(80.1 28.3 28.1) |
| OKLCH | oklch(0.838 0.084 24.4) |
Copy-ready code
/* CSS */
color: #fcb5af;
background-color: #fcb5af;
/* Tailwind (arbitrary) */
class="text-[#fcb5af] bg-[#fcb5af]"
/* SCSS */
$brand: #fcb5af;
/* SwiftUI */
Color(red: 0.988, green: 0.710, blue: 0.686)
/* Android */
Color.parseColor("#fcb5af")Accessibility — WCAG contrast
Aa
#fcb5af on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcb5af on black: 12.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green71.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta28.2%
Yellow30.6%
Key (black)1.2%
Color previews
#fcb5af text on a black background
contrast 12.37:1
Card sample
#fcb5af text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcb5af;
Background color
Panel with #fcb5af background
background-color: #fcb5af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcb5af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 181, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 181, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcb5af; background: linear-gradient(135deg, #fcb5af, #FCE8AF);