#fba9ff
a light, electric magenta / pink · warm · closest name: plum
RGB
251, 169, 255
HSL
297°, 100%, 83%
CMYK
2, 34, 0, 0
Luminance
0.5611
Every format
| HEX | #fba9ff |
| RGB | rgb(251, 169, 255) |
| HSL | hsl(297, 100%, 83%) |
| CMYK | cmyk(2%, 34%, 0%, 0%) |
| LAB | lab(79.7 43.4 -30.5) |
| LCH | lch(79.7 53.1 324.9) |
| OKLCH | oklch(0.842 0.145 325.2) |
Copy-ready code
/* CSS */
color: #fba9ff;
background-color: #fba9ff;
/* Tailwind (arbitrary) */
class="text-[#fba9ff] bg-[#fba9ff]"
/* SCSS */
$brand: #fba9ff;
/* SwiftUI */
Color(red: 0.984, green: 0.663, blue: 1.000)
/* Android */
Color.parseColor("#fba9ff")Accessibility — WCAG contrast
Aa
#fba9ff on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba9ff on black: 12.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green66.3%
Blue100.0%
CMYK percentages
Cyan1.6%
Magenta33.7%
Yellow0.0%
Key (black)0.0%
Color previews
#fba9ff text on a black background
contrast 12.22:1
Card sample
#fba9ff text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba9ff;
Background color
Panel with #fba9ff background
background-color: #fba9ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba9ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 169, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 169, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba9ff; background: linear-gradient(135deg, #fba9ff, #FFA9CA);