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