#fbaba4
a light, electric red · warm · closest name: pink
RGB
251, 171, 164
HSL
5°, 92%, 81%
CMYK
0, 32, 35, 2
Luminance
0.5232
Every format
| HEX | #fbaba4 |
| RGB | rgb(251, 171, 164) |
| HSL | hsl(5, 92%, 81%) |
| CMYK | cmyk(0%, 32%, 35%, 2%) |
| LAB | lab(77.5 28.5 15.6) |
| LCH | lch(77.5 32.5 28.6) |
| OKLCH | oklch(0.817 0.095 24.9) |
Copy-ready code
/* CSS */
color: #fbaba4;
background-color: #fbaba4;
/* Tailwind (arbitrary) */
class="text-[#fbaba4] bg-[#fbaba4]"
/* SCSS */
$brand: #fbaba4;
/* SwiftUI */
Color(red: 0.984, green: 0.671, blue: 0.643)
/* Android */
Color.parseColor("#fbaba4")Accessibility — WCAG contrast
Aa
#fbaba4 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbaba4 on black: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green67.1%
Blue64.3%
CMYK percentages
Cyan0.0%
Magenta31.9%
Yellow34.7%
Key (black)1.6%
Color previews
#fbaba4 text on a black background
contrast 11.46:1
Card sample
#fbaba4 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbaba4;
Background color
Panel with #fbaba4 background
background-color: #fbaba4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbaba4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 171, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 171, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbaba4; background: linear-gradient(135deg, #fbaba4, #FBE5A4);