#facbc7
a pale, electric red · warm · closest name: pink
RGB
250, 203, 199
HSL
5°, 84%, 88%
CMYK
0, 19, 20, 2
Luminance
0.6716
Every format
| HEX | #facbc7 |
| RGB | rgb(250, 203, 199) |
| HSL | hsl(5, 84%, 88%) |
| CMYK | cmyk(0%, 19%, 20%, 2%) |
| LAB | lab(85.6 16.0 8.3) |
| LCH | lch(85.6 18.0 27.4) |
| OKLCH | oklch(0.882 0.054 23.9) |
Copy-ready code
/* CSS */
color: #facbc7;
background-color: #facbc7;
/* Tailwind (arbitrary) */
class="text-[#facbc7] bg-[#facbc7]"
/* SCSS */
$brand: #facbc7;
/* SwiftUI */
Color(red: 0.980, green: 0.796, blue: 0.780)
/* Android */
Color.parseColor("#facbc7")Accessibility — WCAG contrast
Aa
#facbc7 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facbc7 on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green79.6%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow20.4%
Key (black)2.0%
Color previews
#facbc7 text on a black background
contrast 14.43:1
Card sample
#facbc7 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facbc7;
Background color
Panel with #facbc7 background
background-color: #facbc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facbc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 203, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 203, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facbc7; background: linear-gradient(135deg, #facbc7, #FAEDC7);