#fba2ba
a light, electric magenta / pink · warm · closest name: pink
RGB
251, 162, 186
HSL
344°, 92%, 81%
CMYK
0, 36, 26, 2
Luminance
0.4990
Every format
| HEX | #fba2ba |
| RGB | rgb(251, 162, 186) |
| HSL | hsl(344, 92%, 81%) |
| CMYK | cmyk(0%, 36%, 26%, 2%) |
| LAB | lab(76.0 36.0 1.5) |
| LCH | lch(76.0 36.1 2.3) |
| OKLCH | oklch(0.807 0.109 2.3) |
Copy-ready code
/* CSS */
color: #fba2ba;
background-color: #fba2ba;
/* Tailwind (arbitrary) */
class="text-[#fba2ba] bg-[#fba2ba]"
/* SCSS */
$brand: #fba2ba;
/* SwiftUI */
Color(red: 0.984, green: 0.635, blue: 0.729)
/* Android */
Color.parseColor("#fba2ba")Accessibility — WCAG contrast
Aa
#fba2ba on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba2ba on black: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green63.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta35.5%
Yellow25.9%
Key (black)1.6%
Color previews
#fba2ba text on a black background
contrast 10.98:1
Card sample
#fba2ba text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba2ba;
Background color
Panel with #fba2ba background
background-color: #fba2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 162, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 162, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba2ba; background: linear-gradient(135deg, #fba2ba, #FBC5A2);