#761eb2
a dark, vivid violet · warm · closest name: indigo
RGB
118, 30, 178
HSL
276°, 71%, 41%
CMYK
34, 83, 0, 30
Luminance
0.0799
Every format
| HEX | #761eb2 |
| RGB | rgb(118, 30, 178) |
| HSL | hsl(276, 71%, 41%) |
| CMYK | cmyk(34%, 83%, 0%, 30%) |
| LAB | lab(34.0 60.5 -60.4) |
| LCH | lch(34.0 85.5 315.1) |
| OKLCH | oklch(0.459 0.213 306.1) |
Copy-ready code
/* CSS */
color: #761eb2;
background-color: #761eb2;
/* Tailwind (arbitrary) */
class="text-[#761eb2] bg-[#761eb2]"
/* SCSS */
$brand: #761eb2;
/* SwiftUI */
Color(red: 0.463, green: 0.118, blue: 0.698)
/* Android */
Color.parseColor("#761eb2")Accessibility — WCAG contrast
Aa
#761eb2 on white: 8.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#761eb2 on black: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green11.8%
Blue69.8%
CMYK percentages
Cyan33.7%
Magenta83.1%
Yellow0.0%
Key (black)30.2%
Color previews
#761eb2 text on a black background
contrast 2.60:1
Card sample
#761eb2 text on a white background
contrast 8.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #761eb2;
Background color
Panel with #761eb2 background
background-color: #761eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #761eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 30, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 30, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #761eb2; background: linear-gradient(135deg, #761eb2, #B21E8B);