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