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