#fba0c3
a light, electric magenta / pink · warm · closest name: pink
RGB
251, 160, 195
HSL
337°, 92%, 81%
CMYK
0, 36, 22, 2
Luminance
0.4959
Every format
| HEX | #fba0c3 |
| RGB | rgb(251, 160, 195) |
| HSL | hsl(337, 92%, 81%) |
| CMYK | cmyk(0%, 36%, 22%, 2%) |
| LAB | lab(75.8 38.3 -3.7) |
| LCH | lch(75.8 38.5 354.4) |
| OKLCH | oklch(0.806 0.116 355.4) |
Copy-ready code
/* CSS */
color: #fba0c3;
background-color: #fba0c3;
/* Tailwind (arbitrary) */
class="text-[#fba0c3] bg-[#fba0c3]"
/* SCSS */
$brand: #fba0c3;
/* SwiftUI */
Color(red: 0.984, green: 0.627, blue: 0.765)
/* Android */
Color.parseColor("#fba0c3")Accessibility — WCAG contrast
Aa
#fba0c3 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba0c3 on black: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green62.7%
Blue76.5%
CMYK percentages
Cyan0.0%
Magenta36.3%
Yellow22.3%
Key (black)1.6%
Color previews
#fba0c3 text on a black background
contrast 10.92:1
Card sample
#fba0c3 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba0c3;
Background color
Panel with #fba0c3 background
background-color: #fba0c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba0c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 160, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 160, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba0c3; background: linear-gradient(135deg, #fba0c3, #FBBAA0);