#710eb0
a dark, electric violet · warm · closest name: indigo
RGB
113, 14, 176
HSL
277°, 85%, 37%
CMYK
36, 92, 0, 31
Luminance
0.0696
Every format
| HEX | #710eb0 |
| RGB | rgb(113, 14, 176) |
| HSL | hsl(277, 85%, 37%) |
| CMYK | cmyk(36%, 92%, 0%, 31%) |
| LAB | lab(31.7 63.3 -62.9) |
| LCH | lch(31.7 89.3 315.2) |
| OKLCH | oklch(0.441 0.220 305.3) |
Copy-ready code
/* CSS */
color: #710eb0;
background-color: #710eb0;
/* Tailwind (arbitrary) */
class="text-[#710eb0] bg-[#710eb0]"
/* SCSS */
$brand: #710eb0;
/* SwiftUI */
Color(red: 0.443, green: 0.055, blue: 0.690)
/* Android */
Color.parseColor("#710eb0")Accessibility — WCAG contrast
Aa
#710eb0 on white: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#710eb0 on black: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green5.5%
Blue69.0%
CMYK percentages
Cyan35.8%
Magenta92.0%
Yellow0.0%
Key (black)31.0%
Color previews
#710eb0 text on a black background
contrast 2.39:1
Card sample
#710eb0 text on a white background
contrast 8.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #710eb0;
Background color
Panel with #710eb0 background
background-color: #710eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #710eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 14, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 14, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #710eb0; background: linear-gradient(135deg, #710eb0, #B00E83);