#fba8fe
a light, electric magenta / pink · warm · closest name: plum
RGB
251, 168, 254
HSL
298°, 98%, 83%
CMYK
1, 34, 0, 0
Luminance
0.5567
Every format
| HEX | #fba8fe |
| RGB | rgb(251, 168, 254) |
| HSL | hsl(298, 98%, 83%) |
| CMYK | cmyk(1%, 34%, 0%, 0%) |
| LAB | lab(79.4 43.8 -30.3) |
| LCH | lch(79.4 53.3 325.3) |
| OKLCH | oklch(0.840 0.146 325.6) |
Copy-ready code
/* CSS */
color: #fba8fe;
background-color: #fba8fe;
/* Tailwind (arbitrary) */
class="text-[#fba8fe] bg-[#fba8fe]"
/* SCSS */
$brand: #fba8fe;
/* SwiftUI */
Color(red: 0.984, green: 0.659, blue: 0.996)
/* Android */
Color.parseColor("#fba8fe")Accessibility — WCAG contrast
Aa
#fba8fe on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba8fe on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green65.9%
Blue99.6%
CMYK percentages
Cyan1.2%
Magenta33.9%
Yellow0.0%
Key (black)0.4%
Color previews
#fba8fe text on a black background
contrast 12.13:1
Card sample
#fba8fe text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba8fe;
Background color
Panel with #fba8fe background
background-color: #fba8fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba8fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 168, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 168, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba8fe; background: linear-gradient(135deg, #fba8fe, #FEA8C8);