#741ace
a balanced, electric violet · warm · closest name: indigo
RGB
116, 26, 206
HSL
270°, 78%, 46%
CMYK
44, 87, 0, 19
Luminance
0.0891
Every format
| HEX | #741ace |
| RGB | rgb(116, 26, 206) |
| HSL | hsl(270, 78%, 46%) |
| CMYK | cmyk(44%, 87%, 0%, 19%) |
| LAB | lab(35.8 67.5 -73.8) |
| LCH | lch(35.8 100.1 312.5) |
| OKLCH | oklch(0.478 0.241 298.5) |
Copy-ready code
/* CSS */
color: #741ace;
background-color: #741ace;
/* Tailwind (arbitrary) */
class="text-[#741ace] bg-[#741ace]"
/* SCSS */
$brand: #741ace;
/* SwiftUI */
Color(red: 0.455, green: 0.102, blue: 0.808)
/* Android */
Color.parseColor("#741ace")Accessibility — WCAG contrast
Aa
#741ace on white: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#741ace on black: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green10.2%
Blue80.8%
CMYK percentages
Cyan43.7%
Magenta87.4%
Yellow0.0%
Key (black)19.2%
Color previews
#741ace text on a black background
contrast 2.78:1
Card sample
#741ace text on a white background
contrast 7.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #741ace;
Background color
Panel with #741ace background
background-color: #741ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #741ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 26, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 26, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #741ace; background: linear-gradient(135deg, #741ace, #CE1AB0);