#facbcb
a pale, electric red · warm · closest name: pink
RGB
250, 203, 203
HSL
0°, 83%, 89%
CMYK
0, 19, 19, 2
Luminance
0.6735
Every format
| HEX | #facbcb |
| RGB | rgb(250, 203, 203) |
| HSL | hsl(0, 83%, 89%) |
| CMYK | cmyk(0%, 19%, 19%, 2%) |
| LAB | lab(85.7 16.6 6.3) |
| LCH | lch(85.7 17.7 20.8) |
| OKLCH | oklch(0.883 0.053 18.2) |
Copy-ready code
/* CSS */
color: #facbcb;
background-color: #facbcb;
/* Tailwind (arbitrary) */
class="text-[#facbcb] bg-[#facbcb]"
/* SCSS */
$brand: #facbcb;
/* SwiftUI */
Color(red: 0.980, green: 0.796, blue: 0.796)
/* Android */
Color.parseColor("#facbcb")Accessibility — WCAG contrast
Aa
#facbcb on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facbcb on black: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green79.6%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow18.8%
Key (black)2.0%
Color previews
#facbcb text on a black background
contrast 14.47:1
Card sample
#facbcb text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facbcb;
Background color
Panel with #facbcb background
background-color: #facbcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facbcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 203, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 203, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facbcb; background: linear-gradient(135deg, #facbcb, #FAEACB);