#fba0ac
a light, electric red · warm · closest name: pink
RGB
251, 160, 172
HSL
352°, 92%, 81%
CMYK
0, 36, 32, 2
Luminance
0.4863
Every format
| HEX | #fba0ac |
| RGB | rgb(251, 160, 172) |
| HSL | hsl(352, 92%, 81%) |
| CMYK | cmyk(0%, 36%, 32%, 2%) |
| LAB | lab(75.2 35.3 8.0) |
| LCH | lch(75.2 36.1 12.8) |
| OKLCH | oklch(0.800 0.109 11.2) |
Copy-ready code
/* CSS */
color: #fba0ac;
background-color: #fba0ac;
/* Tailwind (arbitrary) */
class="text-[#fba0ac] bg-[#fba0ac]"
/* SCSS */
$brand: #fba0ac;
/* SwiftUI */
Color(red: 0.984, green: 0.627, blue: 0.675)
/* Android */
Color.parseColor("#fba0ac")Accessibility — WCAG contrast
Aa
#fba0ac on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba0ac on black: 10.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green62.7%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta36.3%
Yellow31.5%
Key (black)1.6%
Color previews
#fba0ac text on a black background
contrast 10.73:1
Card sample
#fba0ac text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba0ac;
Background color
Panel with #fba0ac background
background-color: #fba0ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba0ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 160, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 160, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba0ac; background: linear-gradient(135deg, #fba0ac, #FBD1A0);