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