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