#741ccc
a balanced, electric violet · warm · closest name: indigo
RGB
116, 28, 204
HSL
270°, 76%, 46%
CMYK
43, 86, 0, 20
Luminance
0.0890
Every format
| HEX | #741ccc |
| RGB | rgb(116, 28, 204) |
| HSL | hsl(270, 76%, 46%) |
| CMYK | cmyk(43%, 86%, 0%, 20%) |
| LAB | lab(35.8 66.6 -72.7) |
| LCH | lch(35.8 98.6 312.5) |
| OKLCH | oklch(0.478 0.238 298.8) |
Copy-ready code
/* CSS */
color: #741ccc;
background-color: #741ccc;
/* Tailwind (arbitrary) */
class="text-[#741ccc] bg-[#741ccc]"
/* SCSS */
$brand: #741ccc;
/* SwiftUI */
Color(red: 0.455, green: 0.110, blue: 0.800)
/* Android */
Color.parseColor("#741ccc")Accessibility — WCAG contrast
Aa
#741ccc on white: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#741ccc on black: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green11.0%
Blue80.0%
CMYK percentages
Cyan43.1%
Magenta86.3%
Yellow0.0%
Key (black)20.0%
Color previews
#741ccc text on a black background
contrast 2.78:1
Card sample
#741ccc text on a white background
contrast 7.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #741ccc;
Background color
Panel with #741ccc background
background-color: #741ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #741ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 28, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 28, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #741ccc; background: linear-gradient(135deg, #741ccc, #CC1CAF);