#c76ba3
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
199, 107, 163
HSL
324°, 45%, 60%
CMYK
0, 46, 18, 22
Luminance
0.2530
Every format
| HEX | #c76ba3 |
| RGB | rgb(199, 107, 163) |
| HSL | hsl(324, 45%, 60%) |
| CMYK | cmyk(0%, 46%, 18%, 22%) |
| LAB | lab(57.4 43.6 -13.9) |
| LCH | lch(57.4 45.7 342.3) |
| OKLCH | oklch(0.650 0.134 344.1) |
Copy-ready code
/* CSS */
color: #c76ba3;
background-color: #c76ba3;
/* Tailwind (arbitrary) */
class="text-[#c76ba3] bg-[#c76ba3]"
/* SCSS */
$brand: #c76ba3;
/* SwiftUI */
Color(red: 0.780, green: 0.420, blue: 0.639)
/* Android */
Color.parseColor("#c76ba3")Accessibility — WCAG contrast
Aa
#c76ba3 on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c76ba3 on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green42.0%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta46.2%
Yellow18.1%
Key (black)22.0%
Color previews
#c76ba3 text on a black background
contrast 6.06:1
Card sample
#c76ba3 text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c76ba3;
Background color
Panel with #c76ba3 background
background-color: #c76ba3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c76ba3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 107, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 107, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c76ba3; background: linear-gradient(135deg, #c76ba3, #C7706B);