#710fba
a dark, electric violet · warm · closest name: indigo
RGB
113, 15, 186
HSL
274°, 85%, 39%
CMYK
39, 92, 0, 27
Luminance
0.0740
Every format
| HEX | #710fba |
| RGB | rgb(113, 15, 186) |
| HSL | hsl(274, 85%, 39%) |
| CMYK | cmyk(39%, 92%, 0%, 27%) |
| LAB | lab(32.7 65.3 -67.2) |
| LCH | lch(32.7 93.7 314.2) |
| OKLCH | oklch(0.451 0.228 302.6) |
Copy-ready code
/* CSS */
color: #710fba;
background-color: #710fba;
/* Tailwind (arbitrary) */
class="text-[#710fba] bg-[#710fba]"
/* SCSS */
$brand: #710fba;
/* SwiftUI */
Color(red: 0.443, green: 0.059, blue: 0.729)
/* Android */
Color.parseColor("#710fba")Accessibility — WCAG contrast
Aa
#710fba on white: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#710fba on black: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green5.9%
Blue72.9%
CMYK percentages
Cyan39.2%
Magenta91.9%
Yellow0.0%
Key (black)27.1%
Color previews
#710fba text on a black background
contrast 2.48:1
Card sample
#710fba text on a white background
contrast 8.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #710fba;
Background color
Panel with #710fba background
background-color: #710fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #710fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 15, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 15, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #710fba; background: linear-gradient(135deg, #710fba, #BA0F91);