#c080cb
a balanced, soft magenta / pink · warm · closest name: plum
RGB
192, 128, 203
HSL
291°, 42%, 65%
CMYK
5, 37, 0, 20
Luminance
0.3096
Every format
| HEX | #c080cb |
| RGB | rgb(192, 128, 203) |
| HSL | hsl(291, 42%, 65%) |
| CMYK | cmyk(5%, 37%, 0%, 20%) |
| LAB | lab(62.5 37.2 -29.0) |
| LCH | lch(62.5 47.1 322.1) |
| OKLCH | oklch(0.691 0.128 321.5) |
Copy-ready code
/* CSS */
color: #c080cb;
background-color: #c080cb;
/* Tailwind (arbitrary) */
class="text-[#c080cb] bg-[#c080cb]"
/* SCSS */
$brand: #c080cb;
/* SwiftUI */
Color(red: 0.753, green: 0.502, blue: 0.796)
/* Android */
Color.parseColor("#c080cb")Accessibility — WCAG contrast
Aa
#c080cb on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c080cb on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green50.2%
Blue79.6%
CMYK percentages
Cyan5.4%
Magenta36.9%
Yellow0.0%
Key (black)20.4%
Color previews
#c080cb text on a black background
contrast 7.19:1
Card sample
#c080cb text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c080cb;
Background color
Panel with #c080cb background
background-color: #c080cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c080cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 128, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 128, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c080cb; background: linear-gradient(135deg, #c080cb, #CB80A4);