#fac8bc
a pale, electric red · warm · closest name: pink
RGB
250, 200, 188
HSL
12°, 86%, 86%
CMYK
0, 20, 25, 2
Luminance
0.6526
Every format
| HEX | #fac8bc |
| RGB | rgb(250, 200, 188) |
| HSL | hsl(12, 86%, 86%) |
| CMYK | cmyk(0%, 20%, 25%, 2%) |
| LAB | lab(84.6 16.0 12.8) |
| LCH | lch(84.6 20.5 38.6) |
| OKLCH | oklch(0.874 0.060 33.8) |
Copy-ready code
/* CSS */
color: #fac8bc;
background-color: #fac8bc;
/* Tailwind (arbitrary) */
class="text-[#fac8bc] bg-[#fac8bc]"
/* SCSS */
$brand: #fac8bc;
/* SwiftUI */
Color(red: 0.980, green: 0.784, blue: 0.737)
/* Android */
Color.parseColor("#fac8bc")Accessibility — WCAG contrast
Aa
#fac8bc on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac8bc on black: 14.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green78.4%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta20.0%
Yellow24.8%
Key (black)2.0%
Color previews
#fac8bc text on a black background
contrast 14.05:1
Card sample
#fac8bc text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac8bc;
Background color
Panel with #fac8bc background
background-color: #fac8bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac8bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 200, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 200, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac8bc; background: linear-gradient(135deg, #fac8bc, #FAF1BC);