#c080b0
a balanced, soft magenta / pink · warm · closest name: plum
RGB
192, 128, 176
HSL
315°, 34%, 63%
CMYK
0, 33, 8, 25
Luminance
0.2978
Every format
| HEX | #c080b0 |
| RGB | rgb(192, 128, 176) |
| HSL | hsl(315, 34%, 63%) |
| CMYK | cmyk(0%, 33%, 8%, 25%) |
| LAB | lab(61.5 32.1 -15.3) |
| LCH | lch(61.5 35.6 334.6) |
| OKLCH | oklch(0.680 0.101 336.2) |
Copy-ready code
/* CSS */
color: #c080b0;
background-color: #c080b0;
/* Tailwind (arbitrary) */
class="text-[#c080b0] bg-[#c080b0]"
/* SCSS */
$brand: #c080b0;
/* SwiftUI */
Color(red: 0.753, green: 0.502, blue: 0.690)
/* Android */
Color.parseColor("#c080b0")Accessibility — WCAG contrast
Aa
#c080b0 on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c080b0 on black: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green50.2%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow8.3%
Key (black)24.7%
Color previews
#c080b0 text on a black background
contrast 6.96:1
Card sample
#c080b0 text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c080b0;
Background color
Panel with #c080b0 background
background-color: #c080b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c080b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 128, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 128, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c080b0; background: linear-gradient(135deg, #c080b0, #C08085);