#c47eb3
a balanced, soft magenta / pink · warm · closest name: plum
RGB
196, 126, 179
HSL
315°, 37%, 63%
CMYK
0, 36, 9, 23
Luminance
0.2991
Every format
| HEX | #c47eb3 |
| RGB | rgb(196, 126, 179) |
| HSL | hsl(315, 37%, 63%) |
| CMYK | cmyk(0%, 36%, 9%, 23%) |
| LAB | lab(61.6 35.1 -16.7) |
| LCH | lch(61.6 38.9 334.5) |
| OKLCH | oklch(0.683 0.111 336.1) |
Copy-ready code
/* CSS */
color: #c47eb3;
background-color: #c47eb3;
/* Tailwind (arbitrary) */
class="text-[#c47eb3] bg-[#c47eb3]"
/* SCSS */
$brand: #c47eb3;
/* SwiftUI */
Color(red: 0.769, green: 0.494, blue: 0.702)
/* Android */
Color.parseColor("#c47eb3")Accessibility — WCAG contrast
Aa
#c47eb3 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c47eb3 on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green49.4%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta35.7%
Yellow8.7%
Key (black)23.1%
Color previews
#c47eb3 text on a black background
contrast 6.98:1
Card sample
#c47eb3 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c47eb3;
Background color
Panel with #c47eb3 background
background-color: #c47eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c47eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 126, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 126, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c47eb3; background: linear-gradient(135deg, #c47eb3, #C47E84);