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