#c080bd
a balanced, soft magenta / pink · warm · closest name: plum
RGB
192, 128, 189
HSL
303°, 34%, 63%
CMYK
0, 33, 2, 25
Luminance
0.3032
Every format
| HEX | #c080bd |
| RGB | rgb(192, 128, 189) |
| HSL | hsl(303, 34%, 63%) |
| CMYK | cmyk(0%, 33%, 2%, 25%) |
| LAB | lab(61.9 34.5 -21.9) |
| LCH | lch(61.9 40.9 327.6) |
| OKLCH | oklch(0.685 0.113 328.3) |
Copy-ready code
/* CSS */
color: #c080bd;
background-color: #c080bd;
/* Tailwind (arbitrary) */
class="text-[#c080bd] bg-[#c080bd]"
/* SCSS */
$brand: #c080bd;
/* SwiftUI */
Color(red: 0.753, green: 0.502, blue: 0.741)
/* Android */
Color.parseColor("#c080bd")Accessibility — WCAG contrast
Aa
#c080bd on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c080bd on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green50.2%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow1.6%
Key (black)24.7%
Color previews
#c080bd text on a black background
contrast 7.06:1
Card sample
#c080bd text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c080bd;
Background color
Panel with #c080bd background
background-color: #c080bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c080bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 128, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 128, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c080bd; background: linear-gradient(135deg, #c080bd, #C08092);