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