#7103c9
a dark, electric violet · warm · closest name: indigo
RGB
113, 3, 201
HSL
273°, 97%, 40%
CMYK
44, 99, 0, 21
Luminance
0.0779
Every format
| HEX | #7103c9 |
| RGB | rgb(113, 3, 201) |
| HSL | hsl(273, 97%, 40%) |
| CMYK | cmyk(44%, 99%, 0%, 21%) |
| LAB | lab(33.5 70.2 -74.7) |
| LCH | lch(33.5 102.5 313.3) |
| OKLCH | oklch(0.461 0.245 299.3) |
Copy-ready code
/* CSS */
color: #7103c9;
background-color: #7103c9;
/* Tailwind (arbitrary) */
class="text-[#7103c9] bg-[#7103c9]"
/* SCSS */
$brand: #7103c9;
/* SwiftUI */
Color(red: 0.443, green: 0.012, blue: 0.788)
/* Android */
Color.parseColor("#7103c9")Accessibility — WCAG contrast
Aa
#7103c9 on white: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7103c9 on black: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green1.2%
Blue78.8%
CMYK percentages
Cyan43.8%
Magenta98.5%
Yellow0.0%
Key (black)21.2%
Color previews
#7103c9 text on a black background
contrast 2.56:1
Card sample
#7103c9 text on a white background
contrast 8.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7103c9;
Background color
Panel with #7103c9 background
background-color: #7103c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7103c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 3, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 3, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7103c9; background: linear-gradient(135deg, #7103c9, #C9039D);