#fac8cb
a pale, electric red · warm · closest name: pink
RGB
250, 200, 203
HSL
356°, 83%, 88%
CMYK
0, 20, 19, 2
Luminance
0.6594
Every format
| HEX | #fac8cb |
| RGB | rgb(250, 200, 203) |
| HSL | hsl(356, 83%, 88%) |
| CMYK | cmyk(0%, 20%, 19%, 2%) |
| LAB | lab(85.0 18.2 5.3) |
| LCH | lch(85.0 18.9 16.2) |
| OKLCH | oklch(0.877 0.057 14.3) |
Copy-ready code
/* CSS */
color: #fac8cb;
background-color: #fac8cb;
/* Tailwind (arbitrary) */
class="text-[#fac8cb] bg-[#fac8cb]"
/* SCSS */
$brand: #fac8cb;
/* SwiftUI */
Color(red: 0.980, green: 0.784, blue: 0.796)
/* Android */
Color.parseColor("#fac8cb")Accessibility — WCAG contrast
Aa
#fac8cb on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac8cb on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green78.4%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta20.0%
Yellow18.8%
Key (black)2.0%
Color previews
#fac8cb text on a black background
contrast 14.19:1
Card sample
#fac8cb text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac8cb;
Background color
Panel with #fac8cb background
background-color: #fac8cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac8cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 200, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 200, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac8cb; background: linear-gradient(135deg, #fac8cb, #FAE6C8);