#fba6ad
a light, electric red · warm · closest name: pink
RGB
251, 166, 173
HSL
355°, 91%, 82%
CMYK
0, 34, 31, 2
Luminance
0.5080
Every format
| HEX | #fba6ad |
| RGB | rgb(251, 166, 173) |
| HSL | hsl(355, 91%, 82%) |
| CMYK | cmyk(0%, 34%, 31%, 2%) |
| LAB | lab(76.6 32.2 9.4) |
| LCH | lch(76.6 33.6 16.2) |
| OKLCH | oklch(0.810 0.101 14.2) |
Copy-ready code
/* CSS */
color: #fba6ad;
background-color: #fba6ad;
/* Tailwind (arbitrary) */
class="text-[#fba6ad] bg-[#fba6ad]"
/* SCSS */
$brand: #fba6ad;
/* SwiftUI */
Color(red: 0.984, green: 0.651, blue: 0.678)
/* Android */
Color.parseColor("#fba6ad")Accessibility — WCAG contrast
Aa
#fba6ad on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba6ad on black: 11.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green65.1%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta33.9%
Yellow31.1%
Key (black)1.6%
Color previews
#fba6ad text on a black background
contrast 11.16:1
Card sample
#fba6ad text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba6ad;
Background color
Panel with #fba6ad background
background-color: #fba6ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba6ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 166, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 166, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba6ad; background: linear-gradient(135deg, #fba6ad, #FBD8A6);