#fba9fc
a light, electric magenta / pink · warm · closest name: plum
RGB
251, 169, 252
HSL
299°, 93%, 83%
CMYK
0, 33, 0, 1
Luminance
0.5591
Every format
| HEX | #fba9fc |
| RGB | rgb(251, 169, 252) |
| HSL | hsl(299, 93%, 83%) |
| CMYK | cmyk(0%, 33%, 0%, 1%) |
| LAB | lab(79.6 42.9 -29.1) |
| LCH | lch(79.6 51.8 325.9) |
| OKLCH | oklch(0.841 0.142 326.3) |
Copy-ready code
/* CSS */
color: #fba9fc;
background-color: #fba9fc;
/* Tailwind (arbitrary) */
class="text-[#fba9fc] bg-[#fba9fc]"
/* SCSS */
$brand: #fba9fc;
/* SwiftUI */
Color(red: 0.984, green: 0.663, blue: 0.988)
/* Android */
Color.parseColor("#fba9fc")Accessibility — WCAG contrast
Aa
#fba9fc on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba9fc on black: 12.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green66.3%
Blue98.8%
CMYK percentages
Cyan0.4%
Magenta32.9%
Yellow0.0%
Key (black)1.2%
Color previews
#fba9fc text on a black background
contrast 12.18:1
Card sample
#fba9fc text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba9fc;
Background color
Panel with #fba9fc background
background-color: #fba9fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba9fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 169, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 169, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba9fc; background: linear-gradient(135deg, #fba9fc, #FCA9C5);