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