#fba7f9
a light, electric magenta / pink · warm · closest name: plum
RGB
251, 167, 249
HSL
301°, 91%, 82%
CMYK
0, 34, 1, 2
Luminance
0.5499
Every format
| HEX | #fba7f9 |
| RGB | rgb(251, 167, 249) |
| HSL | hsl(301, 91%, 82%) |
| CMYK | cmyk(0%, 34%, 1%, 2%) |
| LAB | lab(79.0 43.4 -28.3) |
| LCH | lch(79.0 51.8 326.9) |
| OKLCH | oklch(0.837 0.143 327.6) |
Copy-ready code
/* CSS */
color: #fba7f9;
background-color: #fba7f9;
/* Tailwind (arbitrary) */
class="text-[#fba7f9] bg-[#fba7f9]"
/* SCSS */
$brand: #fba7f9;
/* SwiftUI */
Color(red: 0.984, green: 0.655, blue: 0.976)
/* Android */
Color.parseColor("#fba7f9")Accessibility — WCAG contrast
Aa
#fba7f9 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba7f9 on black: 12.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green65.5%
Blue97.6%
CMYK percentages
Cyan0.0%
Magenta33.5%
Yellow0.8%
Key (black)1.6%
Color previews
#fba7f9 text on a black background
contrast 12.00:1
Card sample
#fba7f9 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba7f9;
Background color
Panel with #fba7f9 background
background-color: #fba7f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba7f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 167, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 167, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba7f9; background: linear-gradient(135deg, #fba7f9, #FBA7C1);