#741bff
a balanced, electric violet · warm · closest name: blue
RGB
116, 27, 255
HSL
263°, 100%, 55%
CMYK
55, 89, 0, 0
Luminance
0.1172
Every format
| HEX | #741bff |
| RGB | rgb(116, 27, 255) |
| HSL | hsl(263, 100%, 55%) |
| CMYK | cmyk(55%, 89%, 0%, 0%) |
| LAB | lab(40.8 78.4 -93.6) |
| LCH | lch(40.8 122.1 310.0) |
| OKLCH | oklch(0.526 0.285 289.4) |
Copy-ready code
/* CSS */
color: #741bff;
background-color: #741bff;
/* Tailwind (arbitrary) */
class="text-[#741bff] bg-[#741bff]"
/* SCSS */
$brand: #741bff;
/* SwiftUI */
Color(red: 0.455, green: 0.106, blue: 1.000)
/* Android */
Color.parseColor("#741bff")Accessibility — WCAG contrast
Aa
#741bff on white: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#741bff on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green10.6%
Blue100.0%
CMYK percentages
Cyan54.5%
Magenta89.4%
Yellow0.0%
Key (black)0.0%
Color previews
#741bff text on a black background
contrast 3.34:1
Card sample
#741bff text on a white background
contrast 6.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #741bff;
Background color
Panel with #741bff background
background-color: #741bff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #741bff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 27, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 27, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #741bff; background: linear-gradient(135deg, #741bff, #FF1BF2);