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