#fba3fc
a light, electric magenta / pink · warm · closest name: violet
RGB
251, 163, 252
HSL
299°, 94%, 81%
CMYK
0, 35, 0, 1
Luminance
0.5373
Every format
| HEX | #fba3fc |
| RGB | rgb(251, 163, 252) |
| HSL | hsl(299, 94%, 81%) |
| CMYK | cmyk(0%, 35%, 0%, 1%) |
| LAB | lab(78.3 46.0 -31.0) |
| LCH | lch(78.3 55.5 326.0) |
| OKLCH | oklch(0.831 0.152 326.5) |
Copy-ready code
/* CSS */
color: #fba3fc;
background-color: #fba3fc;
/* Tailwind (arbitrary) */
class="text-[#fba3fc] bg-[#fba3fc]"
/* SCSS */
$brand: #fba3fc;
/* SwiftUI */
Color(red: 0.984, green: 0.639, blue: 0.988)
/* Android */
Color.parseColor("#fba3fc")Accessibility — WCAG contrast
Aa
#fba3fc on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba3fc on black: 11.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green63.9%
Blue98.8%
CMYK percentages
Cyan0.4%
Magenta35.3%
Yellow0.0%
Key (black)1.2%
Color previews
#fba3fc text on a black background
contrast 11.75:1
Card sample
#fba3fc text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba3fc;
Background color
Panel with #fba3fc background
background-color: #fba3fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba3fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 163, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 163, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba3fc; background: linear-gradient(135deg, #fba3fc, #FCA3C2);