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