#fba7d6
a light, electric magenta / pink · warm · closest name: plum
RGB
251, 167, 214
HSL
326°, 91%, 82%
CMYK
0, 34, 15, 2
Luminance
0.5300
Every format
| HEX | #fba7d6 |
| RGB | rgb(251, 167, 214) |
| HSL | hsl(326, 91%, 82%) |
| CMYK | cmyk(0%, 34%, 15%, 2%) |
| LAB | lab(77.9 37.5 -11.1) |
| LCH | lch(77.9 39.1 343.6) |
| OKLCH | oklch(0.824 0.114 345.3) |
Copy-ready code
/* CSS */
color: #fba7d6;
background-color: #fba7d6;
/* Tailwind (arbitrary) */
class="text-[#fba7d6] bg-[#fba7d6]"
/* SCSS */
$brand: #fba7d6;
/* SwiftUI */
Color(red: 0.984, green: 0.655, blue: 0.839)
/* Android */
Color.parseColor("#fba7d6")Accessibility — WCAG contrast
Aa
#fba7d6 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba7d6 on black: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green65.5%
Blue83.9%
CMYK percentages
Cyan0.0%
Magenta33.5%
Yellow14.7%
Key (black)1.6%
Color previews
#fba7d6 text on a black background
contrast 11.60:1
Card sample
#fba7d6 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba7d6;
Background color
Panel with #fba7d6 background
background-color: #fba7d6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba7d6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 167, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 167, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba7d6; background: linear-gradient(135deg, #fba7d6, #FBB0A7);