#fba1fe
a light, electric magenta / pink · warm · closest name: violet
RGB
251, 161, 254
HSL
298°, 98%, 81%
CMYK
1, 37, 0, 0
Luminance
0.5315
Every format
| HEX | #fba1fe |
| RGB | rgb(251, 161, 254) |
| HSL | hsl(298, 98%, 81%) |
| CMYK | cmyk(1%, 37%, 0%, 0%) |
| LAB | lab(78.0 47.4 -32.6) |
| LCH | lch(78.0 57.5 325.5) |
| OKLCH | oklch(0.829 0.158 325.8) |
Copy-ready code
/* CSS */
color: #fba1fe;
background-color: #fba1fe;
/* Tailwind (arbitrary) */
class="text-[#fba1fe] bg-[#fba1fe]"
/* SCSS */
$brand: #fba1fe;
/* SwiftUI */
Color(red: 0.984, green: 0.631, blue: 0.996)
/* Android */
Color.parseColor("#fba1fe")Accessibility — WCAG contrast
Aa
#fba1fe on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba1fe on black: 11.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green63.1%
Blue99.6%
CMYK percentages
Cyan1.2%
Magenta36.6%
Yellow0.0%
Key (black)0.4%
Color previews
#fba1fe text on a black background
contrast 11.63:1
Card sample
#fba1fe text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba1fe;
Background color
Panel with #fba1fe background
background-color: #fba1fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba1fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 161, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 161, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba1fe; background: linear-gradient(135deg, #fba1fe, #FEA1C3);