#7410eb
a balanced, electric violet · warm · closest name: blue
RGB
116, 16, 235
HSL
267°, 87%, 49%
CMYK
51, 93, 0, 8
Luminance
0.1008
Every format
| HEX | #7410eb |
| RGB | rgb(116, 16, 235) |
| HSL | hsl(267, 87%, 49%) |
| CMYK | cmyk(51%, 93%, 0%, 8%) |
| LAB | lab(38.0 76.0 -86.9) |
| LCH | lch(38.0 115.5 311.2) |
| OKLCH | oklch(0.501 0.271 293.1) |
Copy-ready code
/* CSS */
color: #7410eb;
background-color: #7410eb;
/* Tailwind (arbitrary) */
class="text-[#7410eb] bg-[#7410eb]"
/* SCSS */
$brand: #7410eb;
/* SwiftUI */
Color(red: 0.455, green: 0.063, blue: 0.922)
/* Android */
Color.parseColor("#7410eb")Accessibility — WCAG contrast
Aa
#7410eb on white: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7410eb on black: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green6.3%
Blue92.2%
CMYK percentages
Cyan50.6%
Magenta93.2%
Yellow0.0%
Key (black)7.8%
Color previews
#7410eb text on a black background
contrast 3.02:1
Card sample
#7410eb text on a white background
contrast 6.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7410eb;
Background color
Panel with #7410eb background
background-color: #7410eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7410eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 16, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 16, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7410eb; background: linear-gradient(135deg, #7410eb, #EB10D0);