#c0809c
a balanced, soft magenta / pink · warm · closest name: plum
RGB
192, 128, 156
HSL
334°, 34%, 63%
CMYK
0, 33, 19, 25
Luminance
0.2905
Every format
| HEX | #c0809c |
| RGB | rgb(192, 128, 156) |
| HSL | hsl(334, 34%, 63%) |
| CMYK | cmyk(0%, 33%, 19%, 25%) |
| LAB | lab(60.8 28.8 -4.8) |
| LCH | lch(60.8 29.2 350.6) |
| OKLCH | oklch(0.673 0.087 351.8) |
Copy-ready code
/* CSS */
color: #c0809c;
background-color: #c0809c;
/* Tailwind (arbitrary) */
class="text-[#c0809c] bg-[#c0809c]"
/* SCSS */
$brand: #c0809c;
/* SwiftUI */
Color(red: 0.753, green: 0.502, blue: 0.612)
/* Android */
Color.parseColor("#c0809c")Accessibility — WCAG contrast
Aa
#c0809c on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c0809c on black: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green50.2%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow18.7%
Key (black)24.7%
Color previews
#c0809c text on a black background
contrast 6.81:1
Card sample
#c0809c text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0809c;
Background color
Panel with #c0809c background
background-color: #c0809c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0809c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 128, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 128, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0809c; background: linear-gradient(135deg, #c0809c, #C08F80);