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