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