#c02090
a dark, vivid magenta / pink · warm · closest name: purple
RGB
192, 32, 144
HSL
318°, 71%, 44%
CMYK
0, 83, 25, 25
Luminance
0.1425
Every format
| HEX | #c02090 |
| RGB | rgb(192, 32, 144) |
| HSL | hsl(318, 71%, 44%) |
| CMYK | cmyk(0%, 83%, 25%, 25%) |
| LAB | lab(44.6 68.7 -22.2) |
| LCH | lch(44.6 72.2 342.1) |
| OKLCH | oklch(0.551 0.216 344.1) |
Copy-ready code
/* CSS */
color: #c02090;
background-color: #c02090;
/* Tailwind (arbitrary) */
class="text-[#c02090] bg-[#c02090]"
/* SCSS */
$brand: #c02090;
/* SwiftUI */
Color(red: 0.753, green: 0.125, blue: 0.565)
/* Android */
Color.parseColor("#c02090")Accessibility — WCAG contrast
Aa
#c02090 on white: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c02090 on black: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green12.5%
Blue56.5%
CMYK percentages
Cyan0.0%
Magenta83.3%
Yellow25.0%
Key (black)24.7%
Color previews
#c02090 text on a black background
contrast 3.85:1
Card sample
#c02090 text on a white background
contrast 5.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c02090;
Background color
Panel with #c02090 background
background-color: #c02090;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c02090;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 32, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 32, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c02090; background: linear-gradient(135deg, #c02090, #C02025);