#fba7bf
a light, electric magenta / pink · warm · closest name: pink
RGB
251, 167, 191
HSL
343°, 91%, 82%
CMYK
0, 34, 24, 2
Luminance
0.5191
Every format
| HEX | #fba7bf |
| RGB | rgb(251, 167, 191) |
| HSL | hsl(343, 91%, 82%) |
| CMYK | cmyk(0%, 34%, 24%, 2%) |
| LAB | lab(77.2 34.1 0.5) |
| LCH | lch(77.2 34.1 0.9) |
| OKLCH | oklch(0.817 0.103 1.0) |
Copy-ready code
/* CSS */
color: #fba7bf;
background-color: #fba7bf;
/* Tailwind (arbitrary) */
class="text-[#fba7bf] bg-[#fba7bf]"
/* SCSS */
$brand: #fba7bf;
/* SwiftUI */
Color(red: 0.984, green: 0.655, blue: 0.749)
/* Android */
Color.parseColor("#fba7bf")Accessibility — WCAG contrast
Aa
#fba7bf on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba7bf on black: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green65.5%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta33.5%
Yellow23.9%
Key (black)1.6%
Color previews
#fba7bf text on a black background
contrast 11.38:1
Card sample
#fba7bf text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba7bf;
Background color
Panel with #fba7bf background
background-color: #fba7bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba7bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 167, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 167, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba7bf; background: linear-gradient(135deg, #fba7bf, #FBC7A7);