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