#c03df7
a balanced, electric violet · warm · closest name: magenta
RGB
192, 61, 247
HSL
282°, 92%, 60%
CMYK
22, 75, 0, 3
Luminance
0.2126
Every format
| HEX | #c03df7 |
| RGB | rgb(192, 61, 247) |
| HSL | hsl(282, 92%, 60%) |
| CMYK | cmyk(22%, 75%, 0%, 3%) |
| LAB | lab(53.2 76.9 -68.3) |
| LCH | lch(53.2 102.8 318.4) |
| OKLCH | oklch(0.631 0.266 313.4) |
Copy-ready code
/* CSS */
color: #c03df7;
background-color: #c03df7;
/* Tailwind (arbitrary) */
class="text-[#c03df7] bg-[#c03df7]"
/* SCSS */
$brand: #c03df7;
/* SwiftUI */
Color(red: 0.753, green: 0.239, blue: 0.969)
/* Android */
Color.parseColor("#c03df7")Accessibility — WCAG contrast
Aa
#c03df7 on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c03df7 on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green23.9%
Blue96.9%
CMYK percentages
Cyan22.3%
Magenta75.3%
Yellow0.0%
Key (black)3.1%
Color previews
#c03df7 text on a black background
contrast 5.25:1
Card sample
#c03df7 text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c03df7;
Background color
Panel with #c03df7 background
background-color: #c03df7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c03df7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 61, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 61, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c03df7; background: linear-gradient(135deg, #c03df7, #F73DB2);