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