#c030af
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
192, 48, 175
HSL
307°, 60%, 47%
CMYK
0, 75, 9, 25
Luminance
0.1642
Every format
| HEX | #c030af |
| RGB | rgb(192, 48, 175) |
| HSL | hsl(307, 60%, 47%) |
| CMYK | cmyk(0%, 75%, 9%, 25%) |
| LAB | lab(47.5 68.7 -36.2) |
| LCH | lch(47.5 77.6 332.2) |
| OKLCH | oklch(0.577 0.222 333.4) |
Copy-ready code
/* CSS */
color: #c030af;
background-color: #c030af;
/* Tailwind (arbitrary) */
class="text-[#c030af] bg-[#c030af]"
/* SCSS */
$brand: #c030af;
/* SwiftUI */
Color(red: 0.753, green: 0.188, blue: 0.686)
/* Android */
Color.parseColor("#c030af")Accessibility — WCAG contrast
Aa
#c030af on white: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c030af on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green18.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow8.9%
Key (black)24.7%
Color previews
#c030af text on a black background
contrast 4.28:1
Card sample
#c030af text on a white background
contrast 4.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c030af;
Background color
Panel with #c030af background
background-color: #c030af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c030af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 48, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 48, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c030af; background: linear-gradient(135deg, #c030af, #C0304F);