#fba2fa
a light, electric magenta / pink · warm · closest name: violet
RGB
251, 162, 250
HSL
301°, 92%, 81%
CMYK
0, 36, 0, 2
Luminance
0.5325
Every format
| HEX | #fba2fa |
| RGB | rgb(251, 162, 250) |
| HSL | hsl(301, 92%, 81%) |
| CMYK | cmyk(0%, 36%, 0%, 2%) |
| LAB | lab(78.0 46.2 -30.3) |
| LCH | lch(78.0 55.2 326.7) |
| OKLCH | oklch(0.829 0.152 327.2) |
Copy-ready code
/* CSS */
color: #fba2fa;
background-color: #fba2fa;
/* Tailwind (arbitrary) */
class="text-[#fba2fa] bg-[#fba2fa]"
/* SCSS */
$brand: #fba2fa;
/* SwiftUI */
Color(red: 0.984, green: 0.635, blue: 0.980)
/* Android */
Color.parseColor("#fba2fa")Accessibility — WCAG contrast
Aa
#fba2fa on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba2fa on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green63.5%
Blue98.0%
CMYK percentages
Cyan0.0%
Magenta35.5%
Yellow0.4%
Key (black)1.6%
Color previews
#fba2fa text on a black background
contrast 11.65:1
Card sample
#fba2fa text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba2fa;
Background color
Panel with #fba2fa background
background-color: #fba2fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba2fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 162, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 162, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba2fa; background: linear-gradient(135deg, #fba2fa, #FBA2BF);