#c030ef
a balanced, electric violet · warm · closest name: magenta
RGB
192, 48, 239
HSL
285°, 86%, 56%
CMYK
20, 80, 0, 6
Luminance
0.1955
Every format
| HEX | #c030ef |
| RGB | rgb(192, 48, 239) |
| HSL | hsl(285, 86%, 56%) |
| CMYK | cmyk(20%, 80%, 0%, 6%) |
| LAB | lab(51.3 79.3 -66.9) |
| LCH | lch(51.3 103.8 319.9) |
| OKLCH | oklch(0.616 0.271 315.8) |
Copy-ready code
/* CSS */
color: #c030ef;
background-color: #c030ef;
/* Tailwind (arbitrary) */
class="text-[#c030ef] bg-[#c030ef]"
/* SCSS */
$brand: #c030ef;
/* SwiftUI */
Color(red: 0.753, green: 0.188, blue: 0.937)
/* Android */
Color.parseColor("#c030ef")Accessibility — WCAG contrast
Aa
#c030ef on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c030ef on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green18.8%
Blue93.7%
CMYK percentages
Cyan19.7%
Magenta79.9%
Yellow0.0%
Key (black)6.3%
Color previews
#c030ef text on a black background
contrast 4.91:1
Card sample
#c030ef text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c030ef;
Background color
Panel with #c030ef background
background-color: #c030ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c030ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 48, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 48, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c030ef; background: linear-gradient(135deg, #c030ef, #EF309F);