#fcbbab
a light, electric red · warm · closest name: pink
RGB
252, 187, 171
HSL
12°, 93%, 83%
CMYK
0, 26, 32, 1
Luminance
0.5918
Every format
| HEX | #fcbbab |
| RGB | rgb(252, 187, 171) |
| HSL | hsl(12, 93%, 83%) |
| CMYK | cmyk(0%, 26%, 32%, 1%) |
| LAB | lab(81.4 21.3 17.3) |
| LCH | lch(81.4 27.5 39.0) |
| OKLCH | oklch(0.848 0.079 34.3) |
Copy-ready code
/* CSS */
color: #fcbbab;
background-color: #fcbbab;
/* Tailwind (arbitrary) */
class="text-[#fcbbab] bg-[#fcbbab]"
/* SCSS */
$brand: #fcbbab;
/* SwiftUI */
Color(red: 0.988, green: 0.733, blue: 0.671)
/* Android */
Color.parseColor("#fcbbab")Accessibility — WCAG contrast
Aa
#fcbbab on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcbbab on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green73.3%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta25.8%
Yellow32.1%
Key (black)1.2%
Color previews
#fcbbab text on a black background
contrast 12.84:1
Card sample
#fcbbab text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcbbab;
Background color
Panel with #fcbbab background
background-color: #fcbbab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcbbab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 187, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 187, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcbbab; background: linear-gradient(135deg, #fcbbab, #FCF1AB);