#fac8ba
a pale, electric red · warm · closest name: pink
RGB
250, 200, 186
HSL
13°, 87%, 86%
CMYK
0, 20, 26, 2
Luminance
0.6518
Every format
| HEX | #fac8ba |
| RGB | rgb(250, 200, 186) |
| HSL | hsl(13, 87%, 86%) |
| CMYK | cmyk(0%, 20%, 26%, 2%) |
| LAB | lab(84.6 15.7 13.8) |
| LCH | lch(84.6 20.9 41.2) |
| OKLCH | oklch(0.873 0.060 36.2) |
Copy-ready code
/* CSS */
color: #fac8ba;
background-color: #fac8ba;
/* Tailwind (arbitrary) */
class="text-[#fac8ba] bg-[#fac8ba]"
/* SCSS */
$brand: #fac8ba;
/* SwiftUI */
Color(red: 0.980, green: 0.784, blue: 0.729)
/* Android */
Color.parseColor("#fac8ba")Accessibility — WCAG contrast
Aa
#fac8ba on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac8ba on black: 14.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green78.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta20.0%
Yellow25.6%
Key (black)2.0%
Color previews
#fac8ba text on a black background
contrast 14.04:1
Card sample
#fac8ba text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac8ba;
Background color
Panel with #fac8ba background
background-color: #fac8ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac8ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 200, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 200, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac8ba; background: linear-gradient(135deg, #fac8ba, #FAF3BA);