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