#c080c4
a balanced, soft magenta / pink · warm · closest name: plum
RGB
192, 128, 196
HSL
297°, 37%, 64%
CMYK
2, 35, 0, 23
Luminance
0.3063
Every format
| HEX | #c080c4 |
| RGB | rgb(192, 128, 196) |
| HSL | hsl(297, 37%, 64%) |
| CMYK | cmyk(2%, 35%, 0%, 23%) |
| LAB | lab(62.2 35.8 -25.5) |
| LCH | lch(62.2 44.0 324.6) |
| OKLCH | oklch(0.688 0.120 324.7) |
Copy-ready code
/* CSS */
color: #c080c4;
background-color: #c080c4;
/* Tailwind (arbitrary) */
class="text-[#c080c4] bg-[#c080c4]"
/* SCSS */
$brand: #c080c4;
/* SwiftUI */
Color(red: 0.753, green: 0.502, blue: 0.769)
/* Android */
Color.parseColor("#c080c4")Accessibility — WCAG contrast
Aa
#c080c4 on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c080c4 on black: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green50.2%
Blue76.9%
CMYK percentages
Cyan2.0%
Magenta34.7%
Yellow0.0%
Key (black)23.1%
Color previews
#c080c4 text on a black background
contrast 7.13:1
Card sample
#c080c4 text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c080c4;
Background color
Panel with #c080c4 background
background-color: #c080c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c080c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 128, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 128, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c080c4; background: linear-gradient(135deg, #c080c4, #C4809B);