#c072b0
a balanced, soft magenta / pink · warm · closest name: plum
RGB
192, 114, 176
HSL
312°, 38%, 60%
CMYK
0, 41, 8, 25
Luminance
0.2638
Every format
| HEX | #c072b0 |
| RGB | rgb(192, 114, 176) |
| HSL | hsl(312, 38%, 60%) |
| CMYK | cmyk(0%, 41%, 8%, 25%) |
| LAB | lab(58.4 39.7 -19.9) |
| LCH | lch(58.4 44.4 333.4) |
| OKLCH | oklch(0.657 0.126 334.9) |
Copy-ready code
/* CSS */
color: #c072b0;
background-color: #c072b0;
/* Tailwind (arbitrary) */
class="text-[#c072b0] bg-[#c072b0]"
/* SCSS */
$brand: #c072b0;
/* SwiftUI */
Color(red: 0.753, green: 0.447, blue: 0.690)
/* Android */
Color.parseColor("#c072b0")Accessibility — WCAG contrast
Aa
#c072b0 on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c072b0 on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green44.7%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta40.6%
Yellow8.3%
Key (black)24.7%
Color previews
#c072b0 text on a black background
contrast 6.28:1
Card sample
#c072b0 text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c072b0;
Background color
Panel with #c072b0 background
background-color: #c072b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c072b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 114, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 114, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c072b0; background: linear-gradient(135deg, #c072b0, #C0727C);