#fbacac
a light, electric red · warm · closest name: pink
RGB
251, 172, 172
HSL
0°, 91%, 83%
CMYK
0, 32, 32, 2
Luminance
0.5299
Every format
| HEX | #fbacac |
| RGB | rgb(251, 172, 172) |
| HSL | hsl(0, 91%, 83%) |
| CMYK | cmyk(0%, 32%, 32%, 2%) |
| LAB | lab(77.9 29.0 11.8) |
| LCH | lch(77.9 31.3 22.1) |
| OKLCH | oklch(0.820 0.093 19.3) |
Copy-ready code
/* CSS */
color: #fbacac;
background-color: #fbacac;
/* Tailwind (arbitrary) */
class="text-[#fbacac] bg-[#fbacac]"
/* SCSS */
$brand: #fbacac;
/* SwiftUI */
Color(red: 0.984, green: 0.675, blue: 0.675)
/* Android */
Color.parseColor("#fbacac")Accessibility — WCAG contrast
Aa
#fbacac on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbacac on black: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green67.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta31.5%
Yellow31.5%
Key (black)1.6%
Color previews
#fbacac text on a black background
contrast 11.60:1
Card sample
#fbacac text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbacac;
Background color
Panel with #fbacac background
background-color: #fbacac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbacac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 172, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 172, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbacac; background: linear-gradient(135deg, #fbacac, #FBE1AC);