#fba3ad
a light, electric red · warm · closest name: pink
RGB
251, 163, 173
HSL
353°, 92%, 81%
CMYK
0, 35, 31, 2
Luminance
0.4972
Every format
| HEX | #fba3ad |
| RGB | rgb(251, 163, 173) |
| HSL | hsl(353, 92%, 81%) |
| CMYK | cmyk(0%, 35%, 31%, 2%) |
| LAB | lab(75.9 33.8 8.4) |
| LCH | lch(75.9 34.9 14.0) |
| OKLCH | oklch(0.805 0.105 12.3) |
Copy-ready code
/* CSS */
color: #fba3ad;
background-color: #fba3ad;
/* Tailwind (arbitrary) */
class="text-[#fba3ad] bg-[#fba3ad]"
/* SCSS */
$brand: #fba3ad;
/* SwiftUI */
Color(red: 0.984, green: 0.639, blue: 0.678)
/* Android */
Color.parseColor("#fba3ad")Accessibility — WCAG contrast
Aa
#fba3ad on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba3ad on black: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green63.9%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta35.1%
Yellow31.1%
Key (black)1.6%
Color previews
#fba3ad text on a black background
contrast 10.94:1
Card sample
#fba3ad text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba3ad;
Background color
Panel with #fba3ad background
background-color: #fba3ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba3ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 163, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 163, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba3ad; background: linear-gradient(135deg, #fba3ad, #FBD4A3);