#7812ba
a dark, electric violet · warm · closest name: indigo
RGB
120, 18, 186
HSL
276°, 82%, 40%
CMYK
36, 90, 0, 27
Luminance
0.0797
Every format
| HEX | #7812ba |
| RGB | rgb(120, 18, 186) |
| HSL | hsl(276, 82%, 40%) |
| CMYK | cmyk(36%, 90%, 0%, 27%) |
| LAB | lab(33.9 65.5 -65.2) |
| LCH | lch(33.9 92.4 315.2) |
| OKLCH | oklch(0.461 0.228 305.4) |
Copy-ready code
/* CSS */
color: #7812ba;
background-color: #7812ba;
/* Tailwind (arbitrary) */
class="text-[#7812ba] bg-[#7812ba]"
/* SCSS */
$brand: #7812ba;
/* SwiftUI */
Color(red: 0.471, green: 0.071, blue: 0.729)
/* Android */
Color.parseColor("#7812ba")Accessibility — WCAG contrast
Aa
#7812ba on white: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7812ba on black: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green7.1%
Blue72.9%
CMYK percentages
Cyan35.5%
Magenta90.3%
Yellow0.0%
Key (black)27.1%
Color previews
#7812ba text on a black background
contrast 2.59:1
Card sample
#7812ba text on a white background
contrast 8.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7812ba;
Background color
Panel with #7812ba background
background-color: #7812ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7812ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 18, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 18, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7812ba; background: linear-gradient(135deg, #7812ba, #BA128C);