#70548c
a dark, soft violet · warm · closest name: steelblue
RGB
112, 84, 140
HSL
270°, 25%, 44%
CMYK
20, 40, 0, 45
Luminance
0.1168
Every format
| HEX | #70548c |
| RGB | rgb(112, 84, 140) |
| HSL | hsl(270, 25%, 44%) |
| CMYK | cmyk(20%, 40%, 0%, 45%) |
| LAB | lab(40.7 23.3 -26.8) |
| LCH | lch(40.7 35.5 311.0) |
| OKLCH | oklch(0.498 0.092 306.3) |
Copy-ready code
/* CSS */
color: #70548c;
background-color: #70548c;
/* Tailwind (arbitrary) */
class="text-[#70548c] bg-[#70548c]"
/* SCSS */
$brand: #70548c;
/* SwiftUI */
Color(red: 0.439, green: 0.329, blue: 0.549)
/* Android */
Color.parseColor("#70548c")Accessibility — WCAG contrast
Aa
#70548c on white: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#70548c on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green32.9%
Blue54.9%
CMYK percentages
Cyan20.0%
Magenta40.0%
Yellow0.0%
Key (black)45.1%
Color previews
#70548c text on a black background
contrast 3.34:1
Card sample
#70548c text on a white background
contrast 6.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #70548c;
Background color
Panel with #70548c background
background-color: #70548c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #70548c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 84, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 84, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #70548c; background: linear-gradient(135deg, #70548c, #8C5483);