#7a03cc
a dark, electric violet · warm · closest name: indigo
RGB
122, 3, 204
HSL
276°, 97%, 41%
CMYK
40, 99, 0, 20
Luminance
0.0856
Every format
| HEX | #7a03cc |
| RGB | rgb(122, 3, 204) |
| HSL | hsl(276, 97%, 41%) |
| CMYK | cmyk(40%, 99%, 0%, 20%) |
| LAB | lab(35.1 71.8 -73.8) |
| LCH | lch(35.1 102.9 314.2) |
| OKLCH | oklch(0.475 0.249 302.1) |
Copy-ready code
/* CSS */
color: #7a03cc;
background-color: #7a03cc;
/* Tailwind (arbitrary) */
class="text-[#7a03cc] bg-[#7a03cc]"
/* SCSS */
$brand: #7a03cc;
/* SwiftUI */
Color(red: 0.478, green: 0.012, blue: 0.800)
/* Android */
Color.parseColor("#7a03cc")Accessibility — WCAG contrast
Aa
#7a03cc on white: 7.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7a03cc on black: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green1.2%
Blue80.0%
CMYK percentages
Cyan40.2%
Magenta98.5%
Yellow0.0%
Key (black)20.0%
Color previews
#7a03cc text on a black background
contrast 2.71:1
Card sample
#7a03cc text on a white background
contrast 7.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7a03cc;
Background color
Panel with #7a03cc background
background-color: #7a03cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7a03cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 3, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 3, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7a03cc; background: linear-gradient(135deg, #7a03cc, #CC0398);