#c47abf
a balanced, soft magenta / pink · warm · closest name: plum
RGB
196, 122, 191
HSL
304°, 39%, 62%
CMYK
0, 38, 3, 23
Luminance
0.2942
Every format
| HEX | #c47abf |
| RGB | rgb(196, 122, 191) |
| HSL | hsl(304, 39%, 62%) |
| CMYK | cmyk(0%, 38%, 3%, 23%) |
| LAB | lab(61.1 39.4 -24.2) |
| LCH | lch(61.1 46.3 328.4) |
| OKLCH | oklch(0.681 0.129 329.3) |
Copy-ready code
/* CSS */
color: #c47abf;
background-color: #c47abf;
/* Tailwind (arbitrary) */
class="text-[#c47abf] bg-[#c47abf]"
/* SCSS */
$brand: #c47abf;
/* SwiftUI */
Color(red: 0.769, green: 0.478, blue: 0.749)
/* Android */
Color.parseColor("#c47abf")Accessibility — WCAG contrast
Aa
#c47abf on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c47abf on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green47.8%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta37.8%
Yellow2.6%
Key (black)23.1%
Color previews
#c47abf text on a black background
contrast 6.88:1
Card sample
#c47abf text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c47abf;
Background color
Panel with #c47abf background
background-color: #c47abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c47abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 122, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 122, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c47abf; background: linear-gradient(135deg, #c47abf, #C47A8E);