#fba8ac
a light, electric red · warm · closest name: pink
RGB
251, 168, 172
HSL
357°, 91%, 82%
CMYK
0, 33, 32, 2
Luminance
0.5149
Every format
| HEX | #fba8ac |
| RGB | rgb(251, 168, 172) |
| HSL | hsl(357, 91%, 82%) |
| CMYK | cmyk(0%, 33%, 32%, 2%) |
| LAB | lab(77.0 31.1 10.5) |
| LCH | lch(77.0 32.8 18.7) |
| OKLCH | oklch(0.813 0.098 16.3) |
Copy-ready code
/* CSS */
color: #fba8ac;
background-color: #fba8ac;
/* Tailwind (arbitrary) */
class="text-[#fba8ac] bg-[#fba8ac]"
/* SCSS */
$brand: #fba8ac;
/* SwiftUI */
Color(red: 0.984, green: 0.659, blue: 0.675)
/* Android */
Color.parseColor("#fba8ac")Accessibility — WCAG contrast
Aa
#fba8ac on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba8ac on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green65.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta33.1%
Yellow31.5%
Key (black)1.6%
Color previews
#fba8ac text on a black background
contrast 11.30:1
Card sample
#fba8ac text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba8ac;
Background color
Panel with #fba8ac background
background-color: #fba8ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba8ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 168, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 168, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba8ac; background: linear-gradient(135deg, #fba8ac, #FBDBA8);