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