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