#fba1db
a light, electric magenta / pink · warm · closest name: plum
RGB
251, 161, 219
HSL
321°, 92%, 81%
CMYK
0, 36, 13, 2
Luminance
0.5111
Every format
| HEX | #fba1db |
| RGB | rgb(251, 161, 219) |
| HSL | hsl(321, 92%, 81%) |
| CMYK | cmyk(0%, 36%, 13%, 2%) |
| LAB | lab(76.8 41.4 -15.5) |
| LCH | lch(76.8 44.2 339.5) |
| OKLCH | oklch(0.816 0.128 341.3) |
Copy-ready code
/* CSS */
color: #fba1db;
background-color: #fba1db;
/* Tailwind (arbitrary) */
class="text-[#fba1db] bg-[#fba1db]"
/* SCSS */
$brand: #fba1db;
/* SwiftUI */
Color(red: 0.984, green: 0.631, blue: 0.859)
/* Android */
Color.parseColor("#fba1db")Accessibility — WCAG contrast
Aa
#fba1db on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba1db on black: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green63.1%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta35.9%
Yellow12.7%
Key (black)1.6%
Color previews
#fba1db text on a black background
contrast 11.22:1
Card sample
#fba1db text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba1db;
Background color
Panel with #fba1db background
background-color: #fba1db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba1db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 161, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 161, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba1db; background: linear-gradient(135deg, #fba1db, #FBA3A1);