#fba9db
a light, electric magenta / pink · warm · closest name: plum
RGB
251, 169, 219
HSL
323°, 91%, 82%
CMYK
0, 33, 13, 2
Luminance
0.5400
Every format
| HEX | #fba9db |
| RGB | rgb(251, 169, 219) |
| HSL | hsl(323, 91%, 82%) |
| CMYK | cmyk(0%, 33%, 13%, 2%) |
| LAB | lab(78.5 37.3 -12.9) |
| LCH | lch(78.5 39.5 340.9) |
| OKLCH | oklch(0.829 0.114 342.7) |
Copy-ready code
/* CSS */
color: #fba9db;
background-color: #fba9db;
/* Tailwind (arbitrary) */
class="text-[#fba9db] bg-[#fba9db]"
/* SCSS */
$brand: #fba9db;
/* SwiftUI */
Color(red: 0.984, green: 0.663, blue: 0.859)
/* Android */
Color.parseColor("#fba9db")Accessibility — WCAG contrast
Aa
#fba9db on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba9db on black: 11.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green66.3%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta32.7%
Yellow12.7%
Key (black)1.6%
Color previews
#fba9db text on a black background
contrast 11.80:1
Card sample
#fba9db text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba9db;
Background color
Panel with #fba9db background
background-color: #fba9db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba9db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 169, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 169, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba9db; background: linear-gradient(135deg, #fba9db, #FBAEA9);