#c081c0
a balanced, soft magenta / pink · warm · closest name: plum
RGB
192, 129, 192
HSL
300°, 33%, 63%
CMYK
0, 33, 0, 25
Luminance
0.3071
Every format
| HEX | #c081c0 |
| RGB | rgb(192, 129, 192) |
| HSL | hsl(300, 33%, 63%) |
| CMYK | cmyk(0%, 33%, 0%, 25%) |
| LAB | lab(62.3 34.5 -23.1) |
| LCH | lch(62.3 41.5 326.2) |
| OKLCH | oklch(0.689 0.114 326.7) |
Copy-ready code
/* CSS */
color: #c081c0;
background-color: #c081c0;
/* Tailwind (arbitrary) */
class="text-[#c081c0] bg-[#c081c0]"
/* SCSS */
$brand: #c081c0;
/* SwiftUI */
Color(red: 0.753, green: 0.506, blue: 0.753)
/* Android */
Color.parseColor("#c081c0")Accessibility — WCAG contrast
Aa
#c081c0 on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c081c0 on black: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green50.6%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta32.8%
Yellow0.0%
Key (black)24.7%
Color previews
#c081c0 text on a black background
contrast 7.14:1
Card sample
#c081c0 text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c081c0;
Background color
Panel with #c081c0 background
background-color: #c081c0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c081c0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 129, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 129, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c081c0; background: linear-gradient(135deg, #c081c0, #C08196);