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