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