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