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