#fba7cf
a light, electric magenta / pink · warm · closest name: plum
RGB
251, 167, 207
HSL
331°, 91%, 82%
CMYK
0, 34, 18, 2
Luminance
0.5265
Every format
| HEX | #fba7cf |
| RGB | rgb(251, 167, 207) |
| HSL | hsl(331, 91%, 82%) |
| CMYK | cmyk(0%, 34%, 18%, 2%) |
| LAB | lab(77.7 36.5 -7.6) |
| LCH | lch(77.7 37.2 348.3) |
| OKLCH | oklch(0.822 0.110 349.7) |
Copy-ready code
/* CSS */
color: #fba7cf;
background-color: #fba7cf;
/* Tailwind (arbitrary) */
class="text-[#fba7cf] bg-[#fba7cf]"
/* SCSS */
$brand: #fba7cf;
/* SwiftUI */
Color(red: 0.984, green: 0.655, blue: 0.812)
/* Android */
Color.parseColor("#fba7cf")Accessibility — WCAG contrast
Aa
#fba7cf on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba7cf on black: 11.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green65.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta33.5%
Yellow17.5%
Key (black)1.6%
Color previews
#fba7cf text on a black background
contrast 11.53:1
Card sample
#fba7cf text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba7cf;
Background color
Panel with #fba7cf background
background-color: #fba7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 167, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 167, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba7cf; background: linear-gradient(135deg, #fba7cf, #FBB7A7);