#fba0df
a light, electric magenta / pink · warm · closest name: plum
RGB
251, 160, 223
HSL
319°, 92%, 81%
CMYK
0, 36, 11, 2
Luminance
0.5098
Every format
| HEX | #fba0df |
| RGB | rgb(251, 160, 223) |
| HSL | hsl(319, 92%, 81%) |
| CMYK | cmyk(0%, 36%, 11%, 2%) |
| LAB | lab(76.7 42.6 -17.8) |
| LCH | lch(76.7 46.2 337.3) |
| OKLCH | oklch(0.816 0.133 339.1) |
Copy-ready code
/* CSS */
color: #fba0df;
background-color: #fba0df;
/* Tailwind (arbitrary) */
class="text-[#fba0df] bg-[#fba0df]"
/* SCSS */
$brand: #fba0df;
/* SwiftUI */
Color(red: 0.984, green: 0.627, blue: 0.875)
/* Android */
Color.parseColor("#fba0df")Accessibility — WCAG contrast
Aa
#fba0df on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba0df on black: 11.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green62.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta36.3%
Yellow11.2%
Key (black)1.6%
Color previews
#fba0df text on a black background
contrast 11.20:1
Card sample
#fba0df text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba0df;
Background color
Panel with #fba0df background
background-color: #fba0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 160, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 160, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba0df; background: linear-gradient(135deg, #fba0df, #FBA0A2);