#742fdf
a balanced, vivid violet · warm · closest name: indigo
RGB
116, 47, 223
HSL
264°, 73%, 53%
CMYK
48, 79, 0, 13
Luminance
0.1107
Every format
| HEX | #742fdf |
| RGB | rgb(116, 47, 223) |
| HSL | hsl(264, 73%, 53%) |
| CMYK | cmyk(48%, 79%, 0%, 13%) |
| LAB | lab(39.7 64.7 -77.2) |
| LCH | lch(39.7 100.8 310.0) |
| OKLCH | oklch(0.510 0.242 293.6) |
Copy-ready code
/* CSS */
color: #742fdf;
background-color: #742fdf;
/* Tailwind (arbitrary) */
class="text-[#742fdf] bg-[#742fdf]"
/* SCSS */
$brand: #742fdf;
/* SwiftUI */
Color(red: 0.455, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#742fdf")Accessibility — WCAG contrast
Aa
#742fdf on white: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#742fdf on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green18.4%
Blue87.5%
CMYK percentages
Cyan48.0%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#742fdf text on a black background
contrast 3.21:1
Card sample
#742fdf text on a white background
contrast 6.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #742fdf;
Background color
Panel with #742fdf background
background-color: #742fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #742fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #742fdf; background: linear-gradient(135deg, #742fdf, #DF2FD5);