#74309c
a dark, vivid violet · warm · closest name: purple
RGB
116, 48, 156
HSL
278°, 53%, 40%
CMYK
26, 69, 0, 39
Luminance
0.0823
Every format
| HEX | #74309c |
| RGB | rgb(116, 48, 156) |
| HSL | hsl(278, 53%, 40%) |
| CMYK | cmyk(26%, 69%, 0%, 39%) |
| LAB | lab(34.5 48.2 -46.4) |
| LCH | lch(34.5 66.9 316.1) |
| OKLCH | oklch(0.456 0.172 310.2) |
Copy-ready code
/* CSS */
color: #74309c;
background-color: #74309c;
/* Tailwind (arbitrary) */
class="text-[#74309c] bg-[#74309c]"
/* SCSS */
$brand: #74309c;
/* SwiftUI */
Color(red: 0.455, green: 0.188, blue: 0.612)
/* Android */
Color.parseColor("#74309c")Accessibility — WCAG contrast
Aa
#74309c on white: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#74309c on black: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green18.8%
Blue61.2%
CMYK percentages
Cyan25.6%
Magenta69.2%
Yellow0.0%
Key (black)38.8%
Color previews
#74309c text on a black background
contrast 2.65:1
Card sample
#74309c text on a white background
contrast 7.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #74309c;
Background color
Panel with #74309c background
background-color: #74309c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #74309c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 48, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 48, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #74309c; background: linear-gradient(135deg, #74309c, #9C307C);