#fba5fc
a light, electric magenta / pink · warm · closest name: violet
RGB
251, 165, 252
HSL
299°, 94%, 82%
CMYK
0, 35, 0, 1
Luminance
0.5445
Every format
| HEX | #fba5fc |
| RGB | rgb(251, 165, 252) |
| HSL | hsl(299, 94%, 82%) |
| CMYK | cmyk(0%, 35%, 0%, 1%) |
| LAB | lab(78.7 45.0 -30.4) |
| LCH | lch(78.7 54.3 326.0) |
| OKLCH | oklch(0.835 0.149 326.4) |
Copy-ready code
/* CSS */
color: #fba5fc;
background-color: #fba5fc;
/* Tailwind (arbitrary) */
class="text-[#fba5fc] bg-[#fba5fc]"
/* SCSS */
$brand: #fba5fc;
/* SwiftUI */
Color(red: 0.984, green: 0.647, blue: 0.988)
/* Android */
Color.parseColor("#fba5fc")Accessibility — WCAG contrast
Aa
#fba5fc on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba5fc on black: 11.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green64.7%
Blue98.8%
CMYK percentages
Cyan0.4%
Magenta34.5%
Yellow0.0%
Key (black)1.2%
Color previews
#fba5fc text on a black background
contrast 11.89:1
Card sample
#fba5fc text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba5fc;
Background color
Panel with #fba5fc background
background-color: #fba5fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba5fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 165, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 165, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba5fc; background: linear-gradient(135deg, #fba5fc, #FCA5C3);