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