#fba8ce
a light, electric magenta / pink · warm · closest name: plum
RGB
251, 168, 206
HSL
333°, 91%, 82%
CMYK
0, 33, 18, 2
Luminance
0.5297
Every format
| HEX | #fba8ce |
| RGB | rgb(251, 168, 206) |
| HSL | hsl(333, 91%, 82%) |
| CMYK | cmyk(0%, 33%, 18%, 2%) |
| LAB | lab(77.9 35.8 -6.7) |
| LCH | lch(77.9 36.4 349.3) |
| OKLCH | oklch(0.823 0.108 350.7) |
Copy-ready code
/* CSS */
color: #fba8ce;
background-color: #fba8ce;
/* Tailwind (arbitrary) */
class="text-[#fba8ce] bg-[#fba8ce]"
/* SCSS */
$brand: #fba8ce;
/* SwiftUI */
Color(red: 0.984, green: 0.659, blue: 0.808)
/* Android */
Color.parseColor("#fba8ce")Accessibility — WCAG contrast
Aa
#fba8ce on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba8ce on black: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green65.9%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta33.1%
Yellow17.9%
Key (black)1.6%
Color previews
#fba8ce text on a black background
contrast 11.59:1
Card sample
#fba8ce text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba8ce;
Background color
Panel with #fba8ce background
background-color: #fba8ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba8ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 168, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 168, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba8ce; background: linear-gradient(135deg, #fba8ce, #FBB9A8);