#c080c0
a balanced, soft magenta / pink · warm · closest name: plum
RGB
192, 128, 192
HSL
300°, 34%, 63%
CMYK
0, 33, 0, 25
Luminance
0.3045
Every format
| HEX | #c080c0 |
| RGB | rgb(192, 128, 192) |
| HSL | hsl(300, 34%, 63%) |
| CMYK | cmyk(0%, 33%, 0%, 25%) |
| LAB | lab(62.0 35.1 -23.4) |
| LCH | lch(62.0 42.2 326.2) |
| OKLCH | oklch(0.687 0.116 326.7) |
Copy-ready code
/* CSS */
color: #c080c0;
background-color: #c080c0;
/* Tailwind (arbitrary) */
class="text-[#c080c0] bg-[#c080c0]"
/* SCSS */
$brand: #c080c0;
/* SwiftUI */
Color(red: 0.753, green: 0.502, blue: 0.753)
/* Android */
Color.parseColor("#c080c0")Accessibility — WCAG contrast
Aa
#c080c0 on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c080c0 on black: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green50.2%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow0.0%
Key (black)24.7%
Color previews
#c080c0 text on a black background
contrast 7.09:1
Card sample
#c080c0 text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c080c0;
Background color
Panel with #c080c0 background
background-color: #c080c0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c080c0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 128, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 128, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c080c0; background: linear-gradient(135deg, #c080c0, #C08095);