#7103c0
a dark, electric violet · warm · closest name: indigo
RGB
113, 3, 192
HSL
275°, 97%, 38%
CMYK
41, 98, 0, 25
Luminance
0.0738
Every format
| HEX | #7103c0 |
| RGB | rgb(113, 3, 192) |
| HSL | hsl(275, 97%, 38%) |
| CMYK | cmyk(41%, 98%, 0%, 25%) |
| LAB | lab(32.7 68.4 -70.8) |
| LCH | lch(32.7 98.4 314.0) |
| OKLCH | oklch(0.452 0.238 301.5) |
Copy-ready code
/* CSS */
color: #7103c0;
background-color: #7103c0;
/* Tailwind (arbitrary) */
class="text-[#7103c0] bg-[#7103c0]"
/* SCSS */
$brand: #7103c0;
/* SwiftUI */
Color(red: 0.443, green: 0.012, blue: 0.753)
/* Android */
Color.parseColor("#7103c0")Accessibility — WCAG contrast
Aa
#7103c0 on white: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7103c0 on black: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green1.2%
Blue75.3%
CMYK percentages
Cyan41.1%
Magenta98.4%
Yellow0.0%
Key (black)24.7%
Color previews
#7103c0 text on a black background
contrast 2.48:1
Card sample
#7103c0 text on a white background
contrast 8.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7103c0;
Background color
Panel with #7103c0 background
background-color: #7103c0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7103c0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 3, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 3, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7103c0; background: linear-gradient(135deg, #7103c0, #C00391);