#c030df
a balanced, vivid violet · warm · closest name: magenta
RGB
192, 48, 223
HSL
289°, 73%, 53%
CMYK
14, 79, 0, 13
Luminance
0.1865
Every format
| HEX | #c030df |
| RGB | rgb(192, 48, 223) |
| HSL | hsl(289, 73%, 53%) |
| CMYK | cmyk(14%, 79%, 0%, 13%) |
| LAB | lab(50.3 76.5 -59.6) |
| LCH | lch(50.3 96.9 322.1) |
| OKLCH | oklch(0.606 0.258 319.6) |
Copy-ready code
/* CSS */
color: #c030df;
background-color: #c030df;
/* Tailwind (arbitrary) */
class="text-[#c030df] bg-[#c030df]"
/* SCSS */
$brand: #c030df;
/* SwiftUI */
Color(red: 0.753, green: 0.188, blue: 0.875)
/* Android */
Color.parseColor("#c030df")Accessibility — WCAG contrast
Aa
#c030df on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c030df on black: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green18.8%
Blue87.5%
CMYK percentages
Cyan13.9%
Magenta78.5%
Yellow0.0%
Key (black)12.5%
Color previews
#c030df text on a black background
contrast 4.73:1
Card sample
#c030df text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c030df;
Background color
Panel with #c030df background
background-color: #c030df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c030df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 48, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 48, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c030df; background: linear-gradient(135deg, #c030df, #DF3089);