#c03fdf
a balanced, vivid violet · warm · closest name: magenta
RGB
192, 63, 223
HSL
288°, 71%, 56%
CMYK
14, 72, 0, 13
Luminance
0.2009
Every format
| HEX | #c03fdf |
| RGB | rgb(192, 63, 223) |
| HSL | hsl(288, 71%, 56%) |
| CMYK | cmyk(14%, 72%, 0%, 13%) |
| LAB | lab(51.9 71.7 -56.9) |
| LCH | lch(51.9 91.5 321.6) |
| OKLCH | oklch(0.617 0.243 319.0) |
Copy-ready code
/* CSS */
color: #c03fdf;
background-color: #c03fdf;
/* Tailwind (arbitrary) */
class="text-[#c03fdf] bg-[#c03fdf]"
/* SCSS */
$brand: #c03fdf;
/* SwiftUI */
Color(red: 0.753, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#c03fdf")Accessibility — WCAG contrast
Aa
#c03fdf on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c03fdf on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green24.7%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c03fdf text on a black background
contrast 5.02:1
Card sample
#c03fdf text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c03fdf;
Background color
Panel with #c03fdf background
background-color: #c03fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c03fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c03fdf; background: linear-gradient(135deg, #c03fdf, #DF3F93);