#c080b9
a balanced, soft magenta / pink · warm · closest name: plum
RGB
192, 128, 185
HSL
307°, 34%, 63%
CMYK
0, 33, 4, 25
Luminance
0.3015
Every format
| HEX | #c080b9 |
| RGB | rgb(192, 128, 185) |
| HSL | hsl(307, 34%, 63%) |
| CMYK | cmyk(0%, 33%, 4%, 25%) |
| LAB | lab(61.8 33.8 -19.9) |
| LCH | lch(61.8 39.2 329.5) |
| OKLCH | oklch(0.684 0.109 330.6) |
Copy-ready code
/* CSS */
color: #c080b9;
background-color: #c080b9;
/* Tailwind (arbitrary) */
class="text-[#c080b9] bg-[#c080b9]"
/* SCSS */
$brand: #c080b9;
/* SwiftUI */
Color(red: 0.753, green: 0.502, blue: 0.725)
/* Android */
Color.parseColor("#c080b9")Accessibility — WCAG contrast
Aa
#c080b9 on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c080b9 on black: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green50.2%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow3.6%
Key (black)24.7%
Color previews
#c080b9 text on a black background
contrast 7.03:1
Card sample
#c080b9 text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c080b9;
Background color
Panel with #c080b9 background
background-color: #c080b9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c080b9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 128, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 128, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c080b9; background: linear-gradient(135deg, #c080b9, #C0808E);