#7414b8
a dark, electric violet · warm · closest name: indigo
RGB
116, 20, 184
HSL
275°, 80%, 40%
CMYK
37, 89, 0, 28
Luminance
0.0767
Every format
| HEX | #7414b8 |
| RGB | rgb(116, 20, 184) |
| HSL | hsl(275, 80%, 40%) |
| CMYK | cmyk(37%, 89%, 0%, 28%) |
| LAB | lab(33.3 64.2 -65.0) |
| LCH | lch(33.3 91.4 314.6) |
| OKLCH | oklch(0.455 0.225 304.2) |
Copy-ready code
/* CSS */
color: #7414b8;
background-color: #7414b8;
/* Tailwind (arbitrary) */
class="text-[#7414b8] bg-[#7414b8]"
/* SCSS */
$brand: #7414b8;
/* SwiftUI */
Color(red: 0.455, green: 0.078, blue: 0.722)
/* Android */
Color.parseColor("#7414b8")Accessibility — WCAG contrast
Aa
#7414b8 on white: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7414b8 on black: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green7.8%
Blue72.2%
CMYK percentages
Cyan37.0%
Magenta89.1%
Yellow0.0%
Key (black)27.8%
Color previews
#7414b8 text on a black background
contrast 2.53:1
Card sample
#7414b8 text on a white background
contrast 8.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7414b8;
Background color
Panel with #7414b8 background
background-color: #7414b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7414b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 20, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 20, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7414b8; background: linear-gradient(135deg, #7414b8, #B8148F);