#fba3cf
a light, electric magenta / pink · warm · closest name: plum
RGB
251, 163, 207
HSL
330°, 92%, 81%
CMYK
0, 35, 18, 2
Luminance
0.5121
Every format
| HEX | #fba3cf |
| RGB | rgb(251, 163, 207) |
| HSL | hsl(330, 92%, 81%) |
| CMYK | cmyk(0%, 35%, 18%, 2%) |
| LAB | lab(76.8 38.5 -8.8) |
| LCH | lch(76.8 39.5 347.1) |
| OKLCH | oklch(0.815 0.117 348.6) |
Copy-ready code
/* CSS */
color: #fba3cf;
background-color: #fba3cf;
/* Tailwind (arbitrary) */
class="text-[#fba3cf] bg-[#fba3cf]"
/* SCSS */
$brand: #fba3cf;
/* SwiftUI */
Color(red: 0.984, green: 0.639, blue: 0.812)
/* Android */
Color.parseColor("#fba3cf")Accessibility — WCAG contrast
Aa
#fba3cf on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba3cf on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green63.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta35.1%
Yellow17.5%
Key (black)1.6%
Color previews
#fba3cf text on a black background
contrast 11.24:1
Card sample
#fba3cf text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba3cf;
Background color
Panel with #fba3cf background
background-color: #fba3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 163, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 163, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba3cf; background: linear-gradient(135deg, #fba3cf, #FBB2A3);