#fba1ac
a light, electric red · warm · closest name: pink
RGB
251, 161, 172
HSL
353°, 92%, 81%
CMYK
0, 36, 32, 2
Luminance
0.4898
Every format
| HEX | #fba1ac |
| RGB | rgb(251, 161, 172) |
| HSL | hsl(353, 92%, 81%) |
| CMYK | cmyk(0%, 36%, 32%, 2%) |
| LAB | lab(75.4 34.7 8.3) |
| LCH | lch(75.4 35.7 13.5) |
| OKLCH | oklch(0.802 0.108 11.8) |
Copy-ready code
/* CSS */
color: #fba1ac;
background-color: #fba1ac;
/* Tailwind (arbitrary) */
class="text-[#fba1ac] bg-[#fba1ac]"
/* SCSS */
$brand: #fba1ac;
/* SwiftUI */
Color(red: 0.984, green: 0.631, blue: 0.675)
/* Android */
Color.parseColor("#fba1ac")Accessibility — WCAG contrast
Aa
#fba1ac on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba1ac on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green63.1%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta35.9%
Yellow31.5%
Key (black)1.6%
Color previews
#fba1ac text on a black background
contrast 10.80:1
Card sample
#fba1ac text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba1ac;
Background color
Panel with #fba1ac background
background-color: #fba1ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba1ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 161, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 161, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba1ac; background: linear-gradient(135deg, #fba1ac, #FBD2A1);