#fba3ba
a light, electric magenta / pink · warm · closest name: pink
RGB
251, 163, 186
HSL
344°, 92%, 81%
CMYK
0, 35, 26, 2
Luminance
0.5025
Every format
| HEX | #fba3ba |
| RGB | rgb(251, 163, 186) |
| HSL | hsl(344, 92%, 81%) |
| CMYK | cmyk(0%, 35%, 26%, 2%) |
| LAB | lab(76.2 35.5 1.8) |
| LCH | lch(76.2 35.6 2.9) |
| OKLCH | oklch(0.809 0.107 2.8) |
Copy-ready code
/* CSS */
color: #fba3ba;
background-color: #fba3ba;
/* Tailwind (arbitrary) */
class="text-[#fba3ba] bg-[#fba3ba]"
/* SCSS */
$brand: #fba3ba;
/* SwiftUI */
Color(red: 0.984, green: 0.639, blue: 0.729)
/* Android */
Color.parseColor("#fba3ba")Accessibility — WCAG contrast
Aa
#fba3ba on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba3ba on black: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green63.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta35.1%
Yellow25.9%
Key (black)1.6%
Color previews
#fba3ba text on a black background
contrast 11.05:1
Card sample
#fba3ba text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba3ba;
Background color
Panel with #fba3ba background
background-color: #fba3ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba3ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 163, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 163, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba3ba; background: linear-gradient(135deg, #fba3ba, #FBC7A3);