#fcbdbb
a pale, electric red · warm · closest name: pink
RGB
252, 189, 187
HSL
2°, 92%, 86%
CMYK
0, 25, 26, 1
Luminance
0.6068
Every format
| HEX | #fcbdbb |
| RGB | rgb(252, 189, 187) |
| HSL | hsl(2, 92%, 86%) |
| CMYK | cmyk(0%, 25%, 26%, 1%) |
| LAB | lab(82.2 22.4 9.9) |
| LCH | lch(82.2 24.4 23.8) |
| OKLCH | oklch(0.855 0.073 20.8) |
Copy-ready code
/* CSS */
color: #fcbdbb;
background-color: #fcbdbb;
/* Tailwind (arbitrary) */
class="text-[#fcbdbb] bg-[#fcbdbb]"
/* SCSS */
$brand: #fcbdbb;
/* SwiftUI */
Color(red: 0.988, green: 0.741, blue: 0.733)
/* Android */
Color.parseColor("#fcbdbb")Accessibility — WCAG contrast
Aa
#fcbdbb on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcbdbb on black: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green74.1%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow25.8%
Key (black)1.2%
Color previews
#fcbdbb text on a black background
contrast 13.14:1
Card sample
#fcbdbb text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcbdbb;
Background color
Panel with #fcbdbb background
background-color: #fcbdbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcbdbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 189, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 189, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcbdbb; background: linear-gradient(135deg, #fcbdbb, #FCE8BB);