#c03cdf
a balanced, vivid violet · warm · closest name: magenta
RGB
192, 60, 223
HSL
289°, 72%, 56%
CMYK
14, 73, 0, 13
Luminance
0.1977
Every format
| HEX | #c03cdf |
| RGB | rgb(192, 60, 223) |
| HSL | hsl(289, 72%, 56%) |
| CMYK | cmyk(14%, 73%, 0%, 13%) |
| LAB | lab(51.6 72.7 -57.5) |
| LCH | lch(51.6 92.7 321.7) |
| OKLCH | oklch(0.615 0.247 319.2) |
Copy-ready code
/* CSS */
color: #c03cdf;
background-color: #c03cdf;
/* Tailwind (arbitrary) */
class="text-[#c03cdf] bg-[#c03cdf]"
/* SCSS */
$brand: #c03cdf;
/* SwiftUI */
Color(red: 0.753, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#c03cdf")Accessibility — WCAG contrast
Aa
#c03cdf on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c03cdf on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green23.5%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta73.1%
Yellow0.0%
Key (black)12.5%
Color previews
#c03cdf text on a black background
contrast 4.95:1
Card sample
#c03cdf text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c03cdf;
Background color
Panel with #c03cdf background
background-color: #c03cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c03cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c03cdf; background: linear-gradient(135deg, #c03cdf, #DF3C91);