#fac1ba
a pale, electric red · warm · closest name: pink
RGB
250, 193, 186
HSL
7°, 87%, 86%
CMYK
0, 23, 26, 2
Luminance
0.6201
Every format
| HEX | #fac1ba |
| RGB | rgb(250, 193, 186) |
| HSL | hsl(7, 87%, 86%) |
| CMYK | cmyk(0%, 23%, 26%, 2%) |
| LAB | lab(82.9 19.4 11.4) |
| LCH | lch(82.9 22.5 30.4) |
| OKLCH | oklch(0.860 0.067 26.6) |
Copy-ready code
/* CSS */
color: #fac1ba;
background-color: #fac1ba;
/* Tailwind (arbitrary) */
class="text-[#fac1ba] bg-[#fac1ba]"
/* SCSS */
$brand: #fac1ba;
/* SwiftUI */
Color(red: 0.980, green: 0.757, blue: 0.729)
/* Android */
Color.parseColor("#fac1ba")Accessibility — WCAG contrast
Aa
#fac1ba on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac1ba on black: 13.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green75.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta22.8%
Yellow25.6%
Key (black)2.0%
Color previews
#fac1ba text on a black background
contrast 13.40:1
Card sample
#fac1ba text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac1ba;
Background color
Panel with #fac1ba background
background-color: #fac1ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac1ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 193, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 193, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac1ba; background: linear-gradient(135deg, #fac1ba, #FAECBA);