#705a9b
a balanced, soft violet · warm · closest name: slateblue
RGB
112, 90, 155
HSL
260°, 27%, 48%
CMYK
28, 42, 0, 39
Luminance
0.1312
Every format
| HEX | #705a9b |
| RGB | rgb(112, 90, 155) |
| HSL | hsl(260, 27%, 48%) |
| CMYK | cmyk(28%, 42%, 0%, 39%) |
| LAB | lab(43.0 23.4 -32.3) |
| LCH | lch(43.0 39.9 306.0) |
| OKLCH | oklch(0.518 0.102 298.3) |
Copy-ready code
/* CSS */
color: #705a9b;
background-color: #705a9b;
/* Tailwind (arbitrary) */
class="text-[#705a9b] bg-[#705a9b]"
/* SCSS */
$brand: #705a9b;
/* SwiftUI */
Color(red: 0.439, green: 0.353, blue: 0.608)
/* Android */
Color.parseColor("#705a9b")Accessibility — WCAG contrast
Aa
#705a9b on white: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#705a9b on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green35.3%
Blue60.8%
CMYK percentages
Cyan27.7%
Magenta41.9%
Yellow0.0%
Key (black)39.2%
Color previews
#705a9b text on a black background
contrast 3.62:1
Card sample
#705a9b text on a white background
contrast 5.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #705a9b;
Background color
Panel with #705a9b background
background-color: #705a9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #705a9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 90, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 90, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #705a9b; background: linear-gradient(135deg, #705a9b, #9B5A9B);