#fba9c2
a light, electric magenta / pink · warm · closest name: pink
RGB
251, 169, 194
HSL
342°, 91%, 82%
CMYK
0, 33, 23, 2
Luminance
0.5278
Every format
| HEX | #fba9c2 |
| RGB | rgb(251, 169, 194) |
| HSL | hsl(342, 91%, 82%) |
| CMYK | cmyk(0%, 33%, 23%, 2%) |
| LAB | lab(77.8 33.5 -0.4) |
| LCH | lch(77.8 33.5 359.4) |
| OKLCH | oklch(0.821 0.101 359.7) |
Copy-ready code
/* CSS */
color: #fba9c2;
background-color: #fba9c2;
/* Tailwind (arbitrary) */
class="text-[#fba9c2] bg-[#fba9c2]"
/* SCSS */
$brand: #fba9c2;
/* SwiftUI */
Color(red: 0.984, green: 0.663, blue: 0.761)
/* Android */
Color.parseColor("#fba9c2")Accessibility — WCAG contrast
Aa
#fba9c2 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba9c2 on black: 11.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green66.3%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta32.7%
Yellow22.7%
Key (black)1.6%
Color previews
#fba9c2 text on a black background
contrast 11.56:1
Card sample
#fba9c2 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba9c2;
Background color
Panel with #fba9c2 background
background-color: #fba9c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba9c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 169, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 169, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba9c2; background: linear-gradient(135deg, #fba9c2, #FBC7A9);