#fba8df
a light, electric magenta / pink · warm · closest name: plum
RGB
251, 168, 223
HSL
320°, 91%, 82%
CMYK
0, 33, 11, 2
Luminance
0.5384
Every format
| HEX | #fba8df |
| RGB | rgb(251, 168, 223) |
| HSL | hsl(320, 91%, 82%) |
| CMYK | cmyk(0%, 33%, 11%, 2%) |
| LAB | lab(78.4 38.5 -15.2) |
| LCH | lch(78.4 41.4 338.4) |
| OKLCH | oklch(0.829 0.119 340.2) |
Copy-ready code
/* CSS */
color: #fba8df;
background-color: #fba8df;
/* Tailwind (arbitrary) */
class="text-[#fba8df] bg-[#fba8df]"
/* SCSS */
$brand: #fba8df;
/* SwiftUI */
Color(red: 0.984, green: 0.659, blue: 0.875)
/* Android */
Color.parseColor("#fba8df")Accessibility — WCAG contrast
Aa
#fba8df on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba8df on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green65.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta33.1%
Yellow11.2%
Key (black)1.6%
Color previews
#fba8df text on a black background
contrast 11.77:1
Card sample
#fba8df text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba8df;
Background color
Panel with #fba8df background
background-color: #fba8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 168, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 168, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba8df; background: linear-gradient(135deg, #fba8df, #FBA8A8);