#fcbbcb
a pale, electric red · warm · closest name: pink
RGB
252, 187, 203
HSL
345°, 92%, 86%
CMYK
0, 26, 19, 1
Luminance
0.6055
Every format
| HEX | #fcbbcb |
| RGB | rgb(252, 187, 203) |
| HSL | hsl(345, 92%, 86%) |
| CMYK | cmyk(0%, 26%, 19%, 1%) |
| LAB | lab(82.1 25.7 1.2) |
| LCH | lch(82.1 25.7 2.6) |
| OKLCH | oklch(0.856 0.077 2.6) |
Copy-ready code
/* CSS */
color: #fcbbcb;
background-color: #fcbbcb;
/* Tailwind (arbitrary) */
class="text-[#fcbbcb] bg-[#fcbbcb]"
/* SCSS */
$brand: #fcbbcb;
/* SwiftUI */
Color(red: 0.988, green: 0.733, blue: 0.796)
/* Android */
Color.parseColor("#fcbbcb")Accessibility — WCAG contrast
Aa
#fcbbcb on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcbbcb on black: 13.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green73.3%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta25.8%
Yellow19.4%
Key (black)1.2%
Color previews
#fcbbcb text on a black background
contrast 13.11:1
Card sample
#fcbbcb text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcbbcb;
Background color
Panel with #fcbbcb background
background-color: #fcbbcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcbbcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 187, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 187, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcbbcb; background: linear-gradient(135deg, #fcbbcb, #FCD6BB);