#734ade
a balanced, vivid violet · warm · closest name: slateblue
RGB
115, 74, 222
HSL
257°, 69%, 58%
CMYK
48, 67, 0, 13
Luminance
0.1382
Every format
| HEX | #734ade |
| RGB | rgb(115, 74, 222) |
| HSL | hsl(257, 69%, 58%) |
| CMYK | cmyk(48%, 67%, 0%, 13%) |
| LAB | lab(44.0 51.7 -69.7) |
| LCH | lch(44.0 86.8 306.6) |
| OKLCH | oklch(0.539 0.213 290.1) |
Copy-ready code
/* CSS */
color: #734ade;
background-color: #734ade;
/* Tailwind (arbitrary) */
class="text-[#734ade] bg-[#734ade]"
/* SCSS */
$brand: #734ade;
/* SwiftUI */
Color(red: 0.451, green: 0.290, blue: 0.871)
/* Android */
Color.parseColor("#734ade")Accessibility — WCAG contrast
Aa
#734ade on white: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#734ade on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green29.0%
Blue87.1%
CMYK percentages
Cyan48.2%
Magenta66.7%
Yellow0.0%
Key (black)12.9%
Color previews
#734ade text on a black background
contrast 3.76:1
Card sample
#734ade text on a white background
contrast 5.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #734ade;
Background color
Panel with #734ade background
background-color: #734ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #734ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 74, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 74, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #734ade; background: linear-gradient(135deg, #734ade, #D64ADE);