#fba7c9
a light, electric magenta / pink · warm · closest name: pink
RGB
251, 167, 201
HSL
336°, 91%, 82%
CMYK
0, 34, 20, 2
Luminance
0.5236
Every format
| HEX | #fba7c9 |
| RGB | rgb(251, 167, 201) |
| HSL | hsl(336, 91%, 82%) |
| CMYK | cmyk(0%, 34%, 20%, 2%) |
| LAB | lab(77.5 35.6 -4.5) |
| LCH | lch(77.5 35.9 352.7) |
| OKLCH | oklch(0.820 0.107 353.8) |
Copy-ready code
/* CSS */
color: #fba7c9;
background-color: #fba7c9;
/* Tailwind (arbitrary) */
class="text-[#fba7c9] bg-[#fba7c9]"
/* SCSS */
$brand: #fba7c9;
/* SwiftUI */
Color(red: 0.984, green: 0.655, blue: 0.788)
/* Android */
Color.parseColor("#fba7c9")Accessibility — WCAG contrast
Aa
#fba7c9 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba7c9 on black: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green65.5%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta33.5%
Yellow19.9%
Key (black)1.6%
Color previews
#fba7c9 text on a black background
contrast 11.47:1
Card sample
#fba7c9 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba7c9;
Background color
Panel with #fba7c9 background
background-color: #fba7c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba7c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 167, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 167, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba7c9; background: linear-gradient(135deg, #fba7c9, #FBBDA7);