#c080c7
a balanced, soft magenta / pink · warm · closest name: plum
RGB
192, 128, 199
HSL
294°, 39%, 64%
CMYK
4, 36, 0, 22
Luminance
0.3077
Every format
| HEX | #c080c7 |
| RGB | rgb(192, 128, 199) |
| HSL | hsl(294, 39%, 64%) |
| CMYK | cmyk(4%, 36%, 0%, 22%) |
| LAB | lab(62.3 36.4 -27.0) |
| LCH | lch(62.3 45.3 323.5) |
| OKLCH | oklch(0.690 0.123 323.3) |
Copy-ready code
/* CSS */
color: #c080c7;
background-color: #c080c7;
/* Tailwind (arbitrary) */
class="text-[#c080c7] bg-[#c080c7]"
/* SCSS */
$brand: #c080c7;
/* SwiftUI */
Color(red: 0.753, green: 0.502, blue: 0.780)
/* Android */
Color.parseColor("#c080c7")Accessibility — WCAG contrast
Aa
#c080c7 on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c080c7 on black: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green50.2%
Blue78.0%
CMYK percentages
Cyan3.5%
Magenta35.7%
Yellow0.0%
Key (black)22.0%
Color previews
#c080c7 text on a black background
contrast 7.15:1
Card sample
#c080c7 text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c080c7;
Background color
Panel with #c080c7 background
background-color: #c080c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c080c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 128, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 128, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c080c7; background: linear-gradient(135deg, #c080c7, #C7809F);