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