#7042a5
a balanced, soft violet · warm · closest name: slateblue
RGB
112, 66, 165
HSL
268°, 43%, 45%
CMYK
32, 60, 0, 35
Luminance
0.1006
Every format
| HEX | #7042a5 |
| RGB | rgb(112, 66, 165) |
| HSL | hsl(268, 43%, 45%) |
| CMYK | cmyk(32%, 60%, 0%, 35%) |
| LAB | lab(38.0 40.2 -46.2) |
| LCH | lch(38.0 61.2 311.0) |
| OKLCH | oklch(0.482 0.155 302.4) |
Copy-ready code
/* CSS */
color: #7042a5;
background-color: #7042a5;
/* Tailwind (arbitrary) */
class="text-[#7042a5] bg-[#7042a5]"
/* SCSS */
$brand: #7042a5;
/* SwiftUI */
Color(red: 0.439, green: 0.259, blue: 0.647)
/* Android */
Color.parseColor("#7042a5")Accessibility — WCAG contrast
Aa
#7042a5 on white: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7042a5 on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green25.9%
Blue64.7%
CMYK percentages
Cyan32.1%
Magenta60.0%
Yellow0.0%
Key (black)35.3%
Color previews
#7042a5 text on a black background
contrast 3.01:1
Card sample
#7042a5 text on a white background
contrast 6.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7042a5;
Background color
Panel with #7042a5 background
background-color: #7042a5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7042a5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 66, 165, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 66, 165, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7042a5; background: linear-gradient(135deg, #7042a5, #A54298);