#fba1ce
a light, electric magenta / pink · warm · closest name: plum
RGB
251, 161, 206
HSL
330°, 92%, 81%
CMYK
0, 36, 18, 2
Luminance
0.5046
Every format
| HEX | #fba1ce |
| RGB | rgb(251, 161, 206) |
| HSL | hsl(330, 92%, 81%) |
| CMYK | cmyk(0%, 36%, 18%, 2%) |
| LAB | lab(76.3 39.4 -9.0) |
| LCH | lch(76.3 40.4 347.2) |
| OKLCH | oklch(0.812 0.119 348.7) |
Copy-ready code
/* CSS */
color: #fba1ce;
background-color: #fba1ce;
/* Tailwind (arbitrary) */
class="text-[#fba1ce] bg-[#fba1ce]"
/* SCSS */
$brand: #fba1ce;
/* SwiftUI */
Color(red: 0.984, green: 0.631, blue: 0.808)
/* Android */
Color.parseColor("#fba1ce")Accessibility — WCAG contrast
Aa
#fba1ce on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba1ce on black: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green63.1%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta35.9%
Yellow17.9%
Key (black)1.6%
Color previews
#fba1ce text on a black background
contrast 11.09:1
Card sample
#fba1ce text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba1ce;
Background color
Panel with #fba1ce background
background-color: #fba1ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba1ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 161, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 161, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba1ce; background: linear-gradient(135deg, #fba1ce, #FBB0A1);