#c06c98
a balanced, soft magenta / pink · warm · closest name: plum
RGB
192, 108, 152
HSL
329°, 40%, 59%
CMYK
0, 44, 21, 25
Luminance
0.2420
Every format
| HEX | #c06c98 |
| RGB | rgb(192, 108, 152) |
| HSL | hsl(329, 40%, 59%) |
| CMYK | cmyk(0%, 44%, 21%, 25%) |
| LAB | lab(56.3 39.0 -9.2) |
| LCH | lch(56.3 40.1 346.7) |
| OKLCH | oklch(0.639 0.119 348.3) |
Copy-ready code
/* CSS */
color: #c06c98;
background-color: #c06c98;
/* Tailwind (arbitrary) */
class="text-[#c06c98] bg-[#c06c98]"
/* SCSS */
$brand: #c06c98;
/* SwiftUI */
Color(red: 0.753, green: 0.424, blue: 0.596)
/* Android */
Color.parseColor("#c06c98")Accessibility — WCAG contrast
Aa
#c06c98 on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c06c98 on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green42.4%
Blue59.6%
CMYK percentages
Cyan0.0%
Magenta43.7%
Yellow20.8%
Key (black)24.7%
Color previews
#c06c98 text on a black background
contrast 5.84:1
Card sample
#c06c98 text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c06c98;
Background color
Panel with #c06c98 background
background-color: #c06c98;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c06c98;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 108, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 108, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c06c98; background: linear-gradient(135deg, #c06c98, #C0786C);