#fba7df
a light, electric magenta / pink · warm · closest name: plum
RGB
251, 167, 223
HSL
320°, 91%, 82%
CMYK
0, 34, 11, 2
Luminance
0.5347
Every format
| HEX | #fba7df |
| RGB | rgb(251, 167, 223) |
| HSL | hsl(320, 91%, 82%) |
| CMYK | cmyk(0%, 34%, 11%, 2%) |
| LAB | lab(78.2 39.0 -15.5) |
| LCH | lch(78.2 42.0 338.3) |
| OKLCH | oklch(0.827 0.121 340.0) |
Copy-ready code
/* CSS */
color: #fba7df;
background-color: #fba7df;
/* Tailwind (arbitrary) */
class="text-[#fba7df] bg-[#fba7df]"
/* SCSS */
$brand: #fba7df;
/* SwiftUI */
Color(red: 0.984, green: 0.655, blue: 0.875)
/* Android */
Color.parseColor("#fba7df")Accessibility — WCAG contrast
Aa
#fba7df on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba7df on black: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green65.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta33.5%
Yellow11.2%
Key (black)1.6%
Color previews
#fba7df text on a black background
contrast 11.69:1
Card sample
#fba7df text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba7df;
Background color
Panel with #fba7df background
background-color: #fba7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 167, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 167, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba7df; background: linear-gradient(135deg, #fba7df, #FBA7A7);