#c070af
a balanced, soft magenta / pink · warm · closest name: plum
RGB
192, 112, 175
HSL
313°, 39%, 60%
CMYK
0, 42, 9, 25
Luminance
0.2589
Every format
| HEX | #c070af |
| RGB | rgb(192, 112, 175) |
| HSL | hsl(313, 39%, 60%) |
| CMYK | cmyk(0%, 42%, 9%, 25%) |
| LAB | lab(57.9 40.6 -20.0) |
| LCH | lch(57.9 45.3 333.7) |
| OKLCH | oklch(0.654 0.129 335.3) |
Copy-ready code
/* CSS */
color: #c070af;
background-color: #c070af;
/* Tailwind (arbitrary) */
class="text-[#c070af] bg-[#c070af]"
/* SCSS */
$brand: #c070af;
/* SwiftUI */
Color(red: 0.753, green: 0.439, blue: 0.686)
/* Android */
Color.parseColor("#c070af")Accessibility — WCAG contrast
Aa
#c070af on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c070af on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green43.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow8.9%
Key (black)24.7%
Color previews
#c070af text on a black background
contrast 6.18:1
Card sample
#c070af text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c070af;
Background color
Panel with #c070af background
background-color: #c070af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c070af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 112, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 112, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c070af; background: linear-gradient(135deg, #c070af, #C0707A);