#fba7dc
a light, electric magenta / pink · warm · closest name: plum
RGB
251, 167, 220
HSL
322°, 91%, 82%
CMYK
0, 34, 12, 2
Luminance
0.5331
Every format
| HEX | #fba7dc |
| RGB | rgb(251, 167, 220) |
| HSL | hsl(322, 91%, 82%) |
| CMYK | cmyk(0%, 34%, 12%, 2%) |
| LAB | lab(78.1 38.5 -14.1) |
| LCH | lch(78.1 41.0 339.9) |
| OKLCH | oklch(0.826 0.118 341.7) |
Copy-ready code
/* CSS */
color: #fba7dc;
background-color: #fba7dc;
/* Tailwind (arbitrary) */
class="text-[#fba7dc] bg-[#fba7dc]"
/* SCSS */
$brand: #fba7dc;
/* SwiftUI */
Color(red: 0.984, green: 0.655, blue: 0.863)
/* Android */
Color.parseColor("#fba7dc")Accessibility — WCAG contrast
Aa
#fba7dc on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba7dc on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green65.5%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta33.5%
Yellow12.4%
Key (black)1.6%
Color previews
#fba7dc text on a black background
contrast 11.66:1
Card sample
#fba7dc text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba7dc;
Background color
Panel with #fba7dc background
background-color: #fba7dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba7dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 167, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 167, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba7dc; background: linear-gradient(135deg, #fba7dc, #FBAAA7);