#fba1eb
a light, electric magenta / pink · warm · closest name: plum
RGB
251, 161, 235
HSL
311°, 92%, 81%
CMYK
0, 36, 6, 2
Luminance
0.5200
Every format
| HEX | #fba1eb |
| RGB | rgb(251, 161, 235) |
| HSL | hsl(311, 92%, 81%) |
| CMYK | cmyk(0%, 36%, 6%, 2%) |
| LAB | lab(77.3 44.1 -23.4) |
| LCH | lch(77.3 49.9 332.1) |
| OKLCH | oklch(0.822 0.141 333.4) |
Copy-ready code
/* CSS */
color: #fba1eb;
background-color: #fba1eb;
/* Tailwind (arbitrary) */
class="text-[#fba1eb] bg-[#fba1eb]"
/* SCSS */
$brand: #fba1eb;
/* SwiftUI */
Color(red: 0.984, green: 0.631, blue: 0.922)
/* Android */
Color.parseColor("#fba1eb")Accessibility — WCAG contrast
Aa
#fba1eb on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba1eb on black: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green63.1%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta35.9%
Yellow6.4%
Key (black)1.6%
Color previews
#fba1eb text on a black background
contrast 11.40:1
Card sample
#fba1eb text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba1eb;
Background color
Panel with #fba1eb background
background-color: #fba1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 161, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 161, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba1eb; background: linear-gradient(135deg, #fba1eb, #FBA1AF);