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