#fba3dc
a light, electric magenta / pink · warm · closest name: plum
RGB
251, 163, 220
HSL
321°, 92%, 81%
CMYK
0, 35, 12, 2
Luminance
0.5187
Every format
| HEX | #fba3dc |
| RGB | rgb(251, 163, 220) |
| HSL | hsl(321, 92%, 81%) |
| CMYK | cmyk(0%, 35%, 12%, 2%) |
| LAB | lab(77.2 40.6 -15.3) |
| LCH | lch(77.2 43.4 339.3) |
| OKLCH | oklch(0.820 0.125 341.1) |
Copy-ready code
/* CSS */
color: #fba3dc;
background-color: #fba3dc;
/* Tailwind (arbitrary) */
class="text-[#fba3dc] bg-[#fba3dc]"
/* SCSS */
$brand: #fba3dc;
/* SwiftUI */
Color(red: 0.984, green: 0.639, blue: 0.863)
/* Android */
Color.parseColor("#fba3dc")Accessibility — WCAG contrast
Aa
#fba3dc on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba3dc on black: 11.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green63.9%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta35.1%
Yellow12.4%
Key (black)1.6%
Color previews
#fba3dc text on a black background
contrast 11.37:1
Card sample
#fba3dc text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba3dc;
Background color
Panel with #fba3dc background
background-color: #fba3dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba3dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 163, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 163, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba3dc; background: linear-gradient(135deg, #fba3dc, #FBA5A3);