#fba0fc
a light, electric magenta / pink · warm · closest name: violet
RGB
251, 160, 252
HSL
299°, 94%, 81%
CMYK
0, 37, 0, 1
Luminance
0.5268
Every format
| HEX | #fba0fc |
| RGB | rgb(251, 160, 252) |
| HSL | hsl(299, 94%, 81%) |
| CMYK | cmyk(0%, 37%, 0%, 1%) |
| LAB | lab(77.7 47.5 -31.9) |
| LCH | lch(77.7 57.3 326.1) |
| OKLCH | oklch(0.827 0.158 326.5) |
Copy-ready code
/* CSS */
color: #fba0fc;
background-color: #fba0fc;
/* Tailwind (arbitrary) */
class="text-[#fba0fc] bg-[#fba0fc]"
/* SCSS */
$brand: #fba0fc;
/* SwiftUI */
Color(red: 0.984, green: 0.627, blue: 0.988)
/* Android */
Color.parseColor("#fba0fc")Accessibility — WCAG contrast
Aa
#fba0fc on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba0fc on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green62.7%
Blue98.8%
CMYK percentages
Cyan0.4%
Magenta36.5%
Yellow0.0%
Key (black)1.2%
Color previews
#fba0fc text on a black background
contrast 11.54:1
Card sample
#fba0fc text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba0fc;
Background color
Panel with #fba0fc background
background-color: #fba0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 160, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 160, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba0fc; background: linear-gradient(135deg, #fba0fc, #FCA0C0);