#fba3df
a light, electric magenta / pink · warm · closest name: plum
RGB
251, 163, 223
HSL
319°, 92%, 81%
CMYK
0, 35, 11, 2
Luminance
0.5203
Every format
| HEX | #fba3df |
| RGB | rgb(251, 163, 223) |
| HSL | hsl(319, 92%, 81%) |
| CMYK | cmyk(0%, 35%, 11%, 2%) |
| LAB | lab(77.3 41.0 -16.8) |
| LCH | lch(77.3 44.4 337.7) |
| OKLCH | oklch(0.821 0.128 339.4) |
Copy-ready code
/* CSS */
color: #fba3df;
background-color: #fba3df;
/* Tailwind (arbitrary) */
class="text-[#fba3df] bg-[#fba3df]"
/* SCSS */
$brand: #fba3df;
/* SwiftUI */
Color(red: 0.984, green: 0.639, blue: 0.875)
/* Android */
Color.parseColor("#fba3df")Accessibility — WCAG contrast
Aa
#fba3df on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba3df on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green63.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta35.1%
Yellow11.2%
Key (black)1.6%
Color previews
#fba3df text on a black background
contrast 11.41:1
Card sample
#fba3df text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba3df;
Background color
Panel with #fba3df background
background-color: #fba3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 163, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 163, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba3df; background: linear-gradient(135deg, #fba3df, #FBA3A4);