#710cdf
a balanced, electric violet · warm · closest name: blue
RGB
113, 12, 223
HSL
269°, 90%, 46%
CMYK
49, 95, 0, 13
Luminance
0.0910
Every format
| HEX | #710cdf |
| RGB | rgb(113, 12, 223) |
| HSL | hsl(269, 90%, 46%) |
| CMYK | cmyk(49%, 95%, 0%, 13%) |
| LAB | lab(36.2 73.8 -83.0) |
| LCH | lch(36.2 111.1 311.6) |
| OKLCH | oklch(0.485 0.262 294.4) |
Copy-ready code
/* CSS */
color: #710cdf;
background-color: #710cdf;
/* Tailwind (arbitrary) */
class="text-[#710cdf] bg-[#710cdf]"
/* SCSS */
$brand: #710cdf;
/* SwiftUI */
Color(red: 0.443, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#710cdf")Accessibility — WCAG contrast
Aa
#710cdf on white: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#710cdf on black: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green4.7%
Blue87.5%
CMYK percentages
Cyan49.3%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#710cdf text on a black background
contrast 2.82:1
Card sample
#710cdf text on a white background
contrast 7.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #710cdf;
Background color
Panel with #710cdf background
background-color: #710cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #710cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #710cdf; background: linear-gradient(135deg, #710cdf, #DF0CC1);