#c080c2
a balanced, soft magenta / pink · warm · closest name: plum
RGB
192, 128, 194
HSL
298°, 35%, 63%
CMYK
1, 34, 0, 24
Luminance
0.3054
Every format
| HEX | #c080c2 |
| RGB | rgb(192, 128, 194) |
| HSL | hsl(298, 35%, 63%) |
| CMYK | cmyk(1%, 34%, 0%, 24%) |
| LAB | lab(62.1 35.4 -24.5) |
| LCH | lch(62.1 43.1 325.4) |
| OKLCH | oklch(0.688 0.118 325.7) |
Copy-ready code
/* CSS */
color: #c080c2;
background-color: #c080c2;
/* Tailwind (arbitrary) */
class="text-[#c080c2] bg-[#c080c2]"
/* SCSS */
$brand: #c080c2;
/* SwiftUI */
Color(red: 0.753, green: 0.502, blue: 0.761)
/* Android */
Color.parseColor("#c080c2")Accessibility — WCAG contrast
Aa
#c080c2 on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c080c2 on black: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green50.2%
Blue76.1%
CMYK percentages
Cyan1.0%
Magenta34.0%
Yellow0.0%
Key (black)23.9%
Color previews
#c080c2 text on a black background
contrast 7.11:1
Card sample
#c080c2 text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c080c2;
Background color
Panel with #c080c2 background
background-color: #c080c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c080c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 128, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 128, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c080c2; background: linear-gradient(135deg, #c080c2, #C28098);