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