#fba0af
a light, electric red · warm · closest name: pink
RGB
251, 160, 175
HSL
350°, 92%, 81%
CMYK
0, 36, 30, 2
Luminance
0.4875
Every format
| HEX | #fba0af |
| RGB | rgb(251, 160, 175) |
| HSL | hsl(350, 92%, 81%) |
| CMYK | cmyk(0%, 36%, 30%, 2%) |
| LAB | lab(75.3 35.6 6.5) |
| LCH | lch(75.3 36.2 10.3) |
| OKLCH | oklch(0.801 0.109 9.1) |
Copy-ready code
/* CSS */
color: #fba0af;
background-color: #fba0af;
/* Tailwind (arbitrary) */
class="text-[#fba0af] bg-[#fba0af]"
/* SCSS */
$brand: #fba0af;
/* SwiftUI */
Color(red: 0.984, green: 0.627, blue: 0.686)
/* Android */
Color.parseColor("#fba0af")Accessibility — WCAG contrast
Aa
#fba0af on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba0af on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green62.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta36.3%
Yellow30.3%
Key (black)1.6%
Color previews
#fba0af text on a black background
contrast 10.75:1
Card sample
#fba0af text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba0af;
Background color
Panel with #fba0af background
background-color: #fba0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 160, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 160, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba0af; background: linear-gradient(135deg, #fba0af, #FBCEA0);