#70309c
a dark, vivid violet · warm · closest name: indigo
RGB
112, 48, 156
HSL
276°, 53%, 40%
CMYK
28, 69, 0, 39
Luminance
0.0796
Every format
| HEX | #70309c |
| RGB | rgb(112, 48, 156) |
| HSL | hsl(276, 53%, 40%) |
| CMYK | cmyk(28%, 69%, 0%, 39%) |
| LAB | lab(33.9 47.3 -47.3) |
| LCH | lch(33.9 66.9 315.0) |
| OKLCH | oklch(0.451 0.170 308.2) |
Copy-ready code
/* CSS */
color: #70309c;
background-color: #70309c;
/* Tailwind (arbitrary) */
class="text-[#70309c] bg-[#70309c]"
/* SCSS */
$brand: #70309c;
/* SwiftUI */
Color(red: 0.439, green: 0.188, blue: 0.612)
/* Android */
Color.parseColor("#70309c")Accessibility — WCAG contrast
Aa
#70309c on white: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#70309c on black: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green18.8%
Blue61.2%
CMYK percentages
Cyan28.2%
Magenta69.2%
Yellow0.0%
Key (black)38.8%
Color previews
#70309c text on a black background
contrast 2.59:1
Card sample
#70309c text on a white background
contrast 8.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70309c;
Background color
Panel with #70309c background
background-color: #70309c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70309c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 48, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 48, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70309c; background: linear-gradient(135deg, #70309c, #9C3080);