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