#facbc0
a pale, electric red · warm · closest name: pink
RGB
250, 203, 192
HSL
11°, 85%, 87%
CMYK
0, 19, 23, 2
Luminance
0.6684
Every format
| HEX | #facbc0 |
| RGB | rgb(250, 203, 192) |
| HSL | hsl(11, 85%, 87%) |
| CMYK | cmyk(0%, 19%, 23%, 2%) |
| LAB | lab(85.4 15.0 11.8) |
| LCH | lch(85.4 19.1 38.1) |
| OKLCH | oklch(0.880 0.056 33.4) |
Copy-ready code
/* CSS */
color: #facbc0;
background-color: #facbc0;
/* Tailwind (arbitrary) */
class="text-[#facbc0] bg-[#facbc0]"
/* SCSS */
$brand: #facbc0;
/* SwiftUI */
Color(red: 0.980, green: 0.796, blue: 0.753)
/* Android */
Color.parseColor("#facbc0")Accessibility — WCAG contrast
Aa
#facbc0 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facbc0 on black: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green79.6%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow23.2%
Key (black)2.0%
Color previews
#facbc0 text on a black background
contrast 14.37:1
Card sample
#facbc0 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facbc0;
Background color
Panel with #facbc0 background
background-color: #facbc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facbc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 203, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 203, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facbc0; background: linear-gradient(135deg, #facbc0, #FAF2C0);