#fba4ba
a light, electric magenta / pink · warm · closest name: pink
RGB
251, 164, 186
HSL
345°, 92%, 81%
CMYK
0, 35, 26, 2
Luminance
0.5061
Every format
| HEX | #fba4ba |
| RGB | rgb(251, 164, 186) |
| HSL | hsl(345, 92%, 81%) |
| CMYK | cmyk(0%, 35%, 26%, 2%) |
| LAB | lab(76.4 35.0 2.1) |
| LCH | lch(76.4 35.1 3.4) |
| OKLCH | oklch(0.810 0.106 3.2) |
Copy-ready code
/* CSS */
color: #fba4ba;
background-color: #fba4ba;
/* Tailwind (arbitrary) */
class="text-[#fba4ba] bg-[#fba4ba]"
/* SCSS */
$brand: #fba4ba;
/* SwiftUI */
Color(red: 0.984, green: 0.643, blue: 0.729)
/* Android */
Color.parseColor("#fba4ba")Accessibility — WCAG contrast
Aa
#fba4ba on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba4ba on black: 11.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green64.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta34.7%
Yellow25.9%
Key (black)1.6%
Color previews
#fba4ba text on a black background
contrast 11.12:1
Card sample
#fba4ba text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba4ba;
Background color
Panel with #fba4ba background
background-color: #fba4ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba4ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 164, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 164, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba4ba; background: linear-gradient(135deg, #fba4ba, #FBC8A4);