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