#c02cdf
a balanced, vivid violet · warm · closest name: magenta
RGB
192, 44, 223
HSL
290°, 74%, 52%
CMYK
14, 80, 0, 13
Luminance
0.1834
Every format
| HEX | #c02cdf |
| RGB | rgb(192, 44, 223) |
| HSL | hsl(290, 74%, 52%) |
| CMYK | cmyk(14%, 80%, 0%, 13%) |
| LAB | lab(49.9 77.5 -60.2) |
| LCH | lch(49.9 98.2 322.2) |
| OKLCH | oklch(0.603 0.261 319.7) |
Copy-ready code
/* CSS */
color: #c02cdf;
background-color: #c02cdf;
/* Tailwind (arbitrary) */
class="text-[#c02cdf] bg-[#c02cdf]"
/* SCSS */
$brand: #c02cdf;
/* SwiftUI */
Color(red: 0.753, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#c02cdf")Accessibility — WCAG contrast
Aa
#c02cdf on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c02cdf on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green17.3%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#c02cdf text on a black background
contrast 4.67:1
Card sample
#c02cdf text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c02cdf;
Background color
Panel with #c02cdf background
background-color: #c02cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c02cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c02cdf; background: linear-gradient(135deg, #c02cdf, #DF2C87);