#fac5ba
a pale, electric red · warm · closest name: pink
RGB
250, 197, 186
HSL
10°, 87%, 86%
CMYK
0, 21, 26, 2
Luminance
0.6380
Every format
| HEX | #fac5ba |
| RGB | rgb(250, 197, 186) |
| HSL | hsl(10, 87%, 86%) |
| CMYK | cmyk(0%, 21%, 26%, 2%) |
| LAB | lab(83.9 17.3 12.7) |
| LCH | lch(83.9 21.5 36.4) |
| OKLCH | oklch(0.867 0.063 31.8) |
Copy-ready code
/* CSS */
color: #fac5ba;
background-color: #fac5ba;
/* Tailwind (arbitrary) */
class="text-[#fac5ba] bg-[#fac5ba]"
/* SCSS */
$brand: #fac5ba;
/* SwiftUI */
Color(red: 0.980, green: 0.773, blue: 0.729)
/* Android */
Color.parseColor("#fac5ba")Accessibility — WCAG contrast
Aa
#fac5ba on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac5ba on black: 13.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green77.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta21.2%
Yellow25.6%
Key (black)2.0%
Color previews
#fac5ba text on a black background
contrast 13.76:1
Card sample
#fac5ba text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac5ba;
Background color
Panel with #fac5ba background
background-color: #fac5ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac5ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 197, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 197, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac5ba; background: linear-gradient(135deg, #fac5ba, #FAF0BA);