#fba0f3
a light, electric magenta / pink · warm · closest name: plum
RGB
251, 160, 243
HSL
305°, 92%, 81%
CMYK
0, 36, 3, 2
Luminance
0.5212
Every format
| HEX | #fba0f3 |
| RGB | rgb(251, 160, 243) |
| HSL | hsl(305, 92%, 81%) |
| CMYK | cmyk(0%, 36%, 3%, 2%) |
| LAB | lab(77.4 46.0 -27.6) |
| LCH | lch(77.4 53.6 329.0) |
| OKLCH | oklch(0.823 0.149 330.0) |
Copy-ready code
/* CSS */
color: #fba0f3;
background-color: #fba0f3;
/* Tailwind (arbitrary) */
class="text-[#fba0f3] bg-[#fba0f3]"
/* SCSS */
$brand: #fba0f3;
/* SwiftUI */
Color(red: 0.984, green: 0.627, blue: 0.953)
/* Android */
Color.parseColor("#fba0f3")Accessibility — WCAG contrast
Aa
#fba0f3 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba0f3 on black: 11.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green62.7%
Blue95.3%
CMYK percentages
Cyan0.0%
Magenta36.3%
Yellow3.2%
Key (black)1.6%
Color previews
#fba0f3 text on a black background
contrast 11.42:1
Card sample
#fba0f3 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba0f3;
Background color
Panel with #fba0f3 background
background-color: #fba0f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba0f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 160, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 160, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba0f3; background: linear-gradient(135deg, #fba0f3, #FBA0B6);