#fba5ac
a light, electric red · warm · closest name: pink
RGB
251, 165, 172
HSL
355°, 92%, 82%
CMYK
0, 34, 32, 2
Luminance
0.5040
Every format
| HEX | #fba5ac |
| RGB | rgb(251, 165, 172) |
| HSL | hsl(355, 92%, 82%) |
| CMYK | cmyk(0%, 34%, 32%, 2%) |
| LAB | lab(76.3 32.6 9.6) |
| LCH | lch(76.3 34.0 16.4) |
| OKLCH | oklch(0.808 0.102 14.3) |
Copy-ready code
/* CSS */
color: #fba5ac;
background-color: #fba5ac;
/* Tailwind (arbitrary) */
class="text-[#fba5ac] bg-[#fba5ac]"
/* SCSS */
$brand: #fba5ac;
/* SwiftUI */
Color(red: 0.984, green: 0.647, blue: 0.675)
/* Android */
Color.parseColor("#fba5ac")Accessibility — WCAG contrast
Aa
#fba5ac on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba5ac on black: 11.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green64.7%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta34.3%
Yellow31.5%
Key (black)1.6%
Color previews
#fba5ac text on a black background
contrast 11.08:1
Card sample
#fba5ac text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba5ac;
Background color
Panel with #fba5ac background
background-color: #fba5ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba5ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 165, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 165, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba5ac; background: linear-gradient(135deg, #fba5ac, #FBD7A5);