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