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