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