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