#fba9cd
a light, electric magenta / pink · warm · closest name: pink
RGB
251, 169, 205
HSL
334°, 91%, 82%
CMYK
0, 33, 18, 2
Luminance
0.5329
Every format
| HEX | #fba9cd |
| RGB | rgb(251, 169, 205) |
| HSL | hsl(334, 91%, 82%) |
| CMYK | cmyk(0%, 33%, 18%, 2%) |
| LAB | lab(78.0 35.1 -5.9) |
| LCH | lch(78.0 35.6 350.4) |
| OKLCH | oklch(0.824 0.106 351.7) |
Copy-ready code
/* CSS */
color: #fba9cd;
background-color: #fba9cd;
/* Tailwind (arbitrary) */
class="text-[#fba9cd] bg-[#fba9cd]"
/* SCSS */
$brand: #fba9cd;
/* SwiftUI */
Color(red: 0.984, green: 0.663, blue: 0.804)
/* Android */
Color.parseColor("#fba9cd")Accessibility — WCAG contrast
Aa
#fba9cd on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba9cd on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green66.3%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta32.7%
Yellow18.3%
Key (black)1.6%
Color previews
#fba9cd text on a black background
contrast 11.66:1
Card sample
#fba9cd text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba9cd;
Background color
Panel with #fba9cd background
background-color: #fba9cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba9cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 169, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 169, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba9cd; background: linear-gradient(135deg, #fba9cd, #FBBCA9);