#c06c91
a balanced, soft magenta / pink · warm · closest name: plum
RGB
192, 108, 145
HSL
334°, 40%, 59%
CMYK
0, 44, 25, 25
Luminance
0.2398
Every format
| HEX | #c06c91 |
| RGB | rgb(192, 108, 145) |
| HSL | hsl(334, 40%, 59%) |
| CMYK | cmyk(0%, 44%, 25%, 25%) |
| LAB | lab(56.1 38.0 -5.5) |
| LCH | lch(56.1 38.4 351.8) |
| OKLCH | oklch(0.636 0.115 353.0) |
Copy-ready code
/* CSS */
color: #c06c91;
background-color: #c06c91;
/* Tailwind (arbitrary) */
class="text-[#c06c91] bg-[#c06c91]"
/* SCSS */
$brand: #c06c91;
/* SwiftUI */
Color(red: 0.753, green: 0.424, blue: 0.569)
/* Android */
Color.parseColor("#c06c91")Accessibility — WCAG contrast
Aa
#c06c91 on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c06c91 on black: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green42.4%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta43.7%
Yellow24.5%
Key (black)24.7%
Color previews
#c06c91 text on a black background
contrast 5.80:1
Card sample
#c06c91 text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c06c91;
Background color
Panel with #c06c91 background
background-color: #c06c91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c06c91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 108, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 108, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c06c91; background: linear-gradient(135deg, #c06c91, #C07F6C);