#7601eb
a balanced, electric violet · warm · closest name: blue
RGB
118, 1, 235
HSL
270°, 99%, 46%
CMYK
50, 100, 0, 8
Luminance
0.0987
Every format
| HEX | #7601eb |
| RGB | rgb(118, 1, 235) |
| HSL | hsl(270, 99%, 46%) |
| CMYK | cmyk(50%, 100%, 0%, 8%) |
| LAB | lab(37.6 78.1 -87.5) |
| LCH | lch(37.6 117.3 311.8) |
| OKLCH | oklch(0.500 0.275 294.1) |
Copy-ready code
/* CSS */
color: #7601eb;
background-color: #7601eb;
/* Tailwind (arbitrary) */
class="text-[#7601eb] bg-[#7601eb]"
/* SCSS */
$brand: #7601eb;
/* SwiftUI */
Color(red: 0.463, green: 0.004, blue: 0.922)
/* Android */
Color.parseColor("#7601eb")Accessibility — WCAG contrast
Aa
#7601eb on white: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7601eb on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green0.4%
Blue92.2%
CMYK percentages
Cyan49.8%
Magenta99.6%
Yellow0.0%
Key (black)7.8%
Color previews
#7601eb text on a black background
contrast 2.97:1
Card sample
#7601eb text on a white background
contrast 7.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7601eb;
Background color
Panel with #7601eb background
background-color: #7601eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7601eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 1, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 1, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7601eb; background: linear-gradient(135deg, #7601eb, #EB01C4);