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