#fba7f2
a light, electric magenta / pink · warm · closest name: plum
RGB
251, 167, 242
HSL
306°, 91%, 82%
CMYK
0, 34, 4, 2
Luminance
0.5456
Every format
| HEX | #fba7f2 |
| RGB | rgb(251, 167, 242) |
| HSL | hsl(306, 91%, 82%) |
| CMYK | cmyk(0%, 34%, 4%, 2%) |
| LAB | lab(78.8 42.2 -24.9) |
| LCH | lch(78.8 49.0 329.5) |
| OKLCH | oklch(0.834 0.137 330.5) |
Copy-ready code
/* CSS */
color: #fba7f2;
background-color: #fba7f2;
/* Tailwind (arbitrary) */
class="text-[#fba7f2] bg-[#fba7f2]"
/* SCSS */
$brand: #fba7f2;
/* SwiftUI */
Color(red: 0.984, green: 0.655, blue: 0.949)
/* Android */
Color.parseColor("#fba7f2")Accessibility — WCAG contrast
Aa
#fba7f2 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba7f2 on black: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green65.5%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta33.5%
Yellow3.6%
Key (black)1.6%
Color previews
#fba7f2 text on a black background
contrast 11.91:1
Card sample
#fba7f2 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba7f2;
Background color
Panel with #fba7f2 background
background-color: #fba7f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba7f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 167, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 167, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba7f2; background: linear-gradient(135deg, #fba7f2, #FBA7BA);