#710dfd
a balanced, electric violet · warm · closest name: blue
RGB
113, 13, 253
HSL
265°, 98%, 52%
CMYK
55, 95, 0, 1
Luminance
0.1089
Every format
| HEX | #710dfd |
| RGB | rgb(113, 13, 253) |
| HSL | hsl(265, 98%, 52%) |
| CMYK | cmyk(55%, 95%, 0%, 1%) |
| LAB | lab(39.4 80.2 -94.7) |
| LCH | lch(39.4 124.1 310.3) |
| OKLCH | oklch(0.516 0.288 289.1) |
Copy-ready code
/* CSS */
color: #710dfd;
background-color: #710dfd;
/* Tailwind (arbitrary) */
class="text-[#710dfd] bg-[#710dfd]"
/* SCSS */
$brand: #710dfd;
/* SwiftUI */
Color(red: 0.443, green: 0.051, blue: 0.992)
/* Android */
Color.parseColor("#710dfd")Accessibility — WCAG contrast
Aa
#710dfd on white: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#710dfd on black: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green5.1%
Blue99.2%
CMYK percentages
Cyan55.3%
Magenta94.9%
Yellow0.0%
Key (black)0.8%
Color previews
#710dfd text on a black background
contrast 3.18:1
Card sample
#710dfd text on a white background
contrast 6.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #710dfd;
Background color
Panel with #710dfd background
background-color: #710dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #710dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 13, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 13, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #710dfd; background: linear-gradient(135deg, #710dfd, #FD0DE9);