#fcbcba
a pale, electric red · warm · closest name: pink
RGB
252, 188, 186
HSL
2°, 92%, 86%
CMYK
0, 25, 26, 1
Luminance
0.6021
Every format
| HEX | #fcbcba |
| RGB | rgb(252, 188, 186) |
| HSL | hsl(2, 92%, 86%) |
| CMYK | cmyk(0%, 25%, 26%, 1%) |
| LAB | lab(82.0 22.8 10.1) |
| LCH | lch(82.0 24.9 23.8) |
| OKLCH | oklch(0.853 0.074 20.8) |
Copy-ready code
/* CSS */
color: #fcbcba;
background-color: #fcbcba;
/* Tailwind (arbitrary) */
class="text-[#fcbcba] bg-[#fcbcba]"
/* SCSS */
$brand: #fcbcba;
/* SwiftUI */
Color(red: 0.988, green: 0.737, blue: 0.729)
/* Android */
Color.parseColor("#fcbcba")Accessibility — WCAG contrast
Aa
#fcbcba on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcbcba on black: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green73.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta25.4%
Yellow26.2%
Key (black)1.2%
Color previews
#fcbcba text on a black background
contrast 13.04:1
Card sample
#fcbcba text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcbcba;
Background color
Panel with #fcbcba background
background-color: #fcbcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcbcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 188, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 188, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcbcba; background: linear-gradient(135deg, #fcbcba, #FCE8BA);