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