#741af2
a balanced, electric violet · warm · closest name: blue
RGB
116, 26, 242
HSL
265°, 89%, 53%
CMYK
52, 89, 0, 5
Luminance
0.1086
Every format
| HEX | #741af2 |
| RGB | rgb(116, 26, 242) |
| HSL | hsl(265, 89%, 53%) |
| CMYK | cmyk(52%, 89%, 0%, 5%) |
| LAB | lab(39.4 75.7 -88.6) |
| LCH | lch(39.4 116.5 310.5) |
| OKLCH | oklch(0.513 0.274 291.5) |
Copy-ready code
/* CSS */
color: #741af2;
background-color: #741af2;
/* Tailwind (arbitrary) */
class="text-[#741af2] bg-[#741af2]"
/* SCSS */
$brand: #741af2;
/* SwiftUI */
Color(red: 0.455, green: 0.102, blue: 0.949)
/* Android */
Color.parseColor("#741af2")Accessibility — WCAG contrast
Aa
#741af2 on white: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#741af2 on black: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green10.2%
Blue94.9%
CMYK percentages
Cyan52.1%
Magenta89.3%
Yellow0.0%
Key (black)5.1%
Color previews
#741af2 text on a black background
contrast 3.17:1
Card sample
#741af2 text on a white background
contrast 6.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #741af2;
Background color
Panel with #741af2 background
background-color: #741af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #741af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 26, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 26, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #741af2; background: linear-gradient(135deg, #741af2, #F21AE0);