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