#fba3cc
a light, electric magenta / pink · warm · closest name: plum
RGB
251, 163, 204
HSL
332°, 92%, 81%
CMYK
0, 35, 19, 2
Luminance
0.5106
Every format
| HEX | #fba3cc |
| RGB | rgb(251, 163, 204) |
| HSL | hsl(332, 92%, 81%) |
| CMYK | cmyk(0%, 35%, 19%, 2%) |
| LAB | lab(76.7 38.1 -7.3) |
| LCH | lch(76.7 38.8 349.1) |
| OKLCH | oklch(0.814 0.115 350.5) |
Copy-ready code
/* CSS */
color: #fba3cc;
background-color: #fba3cc;
/* Tailwind (arbitrary) */
class="text-[#fba3cc] bg-[#fba3cc]"
/* SCSS */
$brand: #fba3cc;
/* SwiftUI */
Color(red: 0.984, green: 0.639, blue: 0.800)
/* Android */
Color.parseColor("#fba3cc")Accessibility — WCAG contrast
Aa
#fba3cc on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fba3cc on black: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green63.9%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta35.1%
Yellow18.7%
Key (black)1.6%
Color previews
#fba3cc text on a black background
contrast 11.21:1
Card sample
#fba3cc text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fba3cc;
Background color
Panel with #fba3cc background
background-color: #fba3cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fba3cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 163, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 163, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fba3cc; background: linear-gradient(135deg, #fba3cc, #FBB5A3);