#710df4
a balanced, electric violet · warm · closest name: blue
RGB
113, 13, 244
HSL
266°, 91%, 50%
CMYK
54, 95, 0, 4
Luminance
0.1033
Every format
| HEX | #710df4 |
| RGB | rgb(113, 13, 244) |
| HSL | hsl(266, 91%, 50%) |
| CMYK | cmyk(54%, 95%, 0%, 4%) |
| LAB | lab(38.4 78.2 -91.3) |
| LCH | lch(38.4 120.2 310.6) |
| OKLCH | oklch(0.506 0.280 290.5) |
Copy-ready code
/* CSS */
color: #710df4;
background-color: #710df4;
/* Tailwind (arbitrary) */
class="text-[#710df4] bg-[#710df4]"
/* SCSS */
$brand: #710df4;
/* SwiftUI */
Color(red: 0.443, green: 0.051, blue: 0.957)
/* Android */
Color.parseColor("#710df4")Accessibility — WCAG contrast
Aa
#710df4 on white: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#710df4 on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green5.1%
Blue95.7%
CMYK percentages
Cyan53.7%
Magenta94.7%
Yellow0.0%
Key (black)4.3%
Color previews
#710df4 text on a black background
contrast 3.07:1
Card sample
#710df4 text on a white background
contrast 6.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #710df4;
Background color
Panel with #710df4 background
background-color: #710df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #710df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 13, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 13, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #710df4; background: linear-gradient(135deg, #710df4, #F40DDD);