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