#c080ae
a balanced, soft magenta / pink · warm · closest name: plum
RGB
192, 128, 174
HSL
317°, 34%, 63%
CMYK
0, 33, 9, 25
Luminance
0.2970
Every format
| HEX | #c080ae |
| RGB | rgb(192, 128, 174) |
| HSL | hsl(317, 34%, 63%) |
| CMYK | cmyk(0%, 33%, 9%, 25%) |
| LAB | lab(61.4 31.8 -14.2) |
| LCH | lch(61.4 34.8 335.9) |
| OKLCH | oklch(0.680 0.099 337.6) |
Copy-ready code
/* CSS */
color: #c080ae;
background-color: #c080ae;
/* Tailwind (arbitrary) */
class="text-[#c080ae] bg-[#c080ae]"
/* SCSS */
$brand: #c080ae;
/* SwiftUI */
Color(red: 0.753, green: 0.502, blue: 0.682)
/* Android */
Color.parseColor("#c080ae")Accessibility — WCAG contrast
Aa
#c080ae on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c080ae on black: 6.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green50.2%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow9.4%
Key (black)24.7%
Color previews
#c080ae text on a black background
contrast 6.94:1
Card sample
#c080ae text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c080ae;
Background color
Panel with #c080ae background
background-color: #c080ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c080ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 128, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 128, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c080ae; background: linear-gradient(135deg, #c080ae, #C08083);