#705dab
a balanced, soft blue · warm · closest name: slateblue
RGB
112, 93, 171
HSL
255°, 32%, 52%
CMYK
35, 46, 0, 33
Luminance
0.1421
Every format
| HEX | #705dab |
| RGB | rgb(112, 93, 171) |
| HSL | hsl(255, 32%, 52%) |
| CMYK | cmyk(35%, 46%, 0%, 33%) |
| LAB | lab(44.5 25.9 -39.2) |
| LCH | lch(44.5 47.0 303.4) |
| OKLCH | oklch(0.532 0.120 293.1) |
Copy-ready code
/* CSS */
color: #705dab;
background-color: #705dab;
/* Tailwind (arbitrary) */
class="text-[#705dab] bg-[#705dab]"
/* SCSS */
$brand: #705dab;
/* SwiftUI */
Color(red: 0.439, green: 0.365, blue: 0.671)
/* Android */
Color.parseColor("#705dab")Accessibility — WCAG contrast
Aa
#705dab on white: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#705dab on black: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green36.5%
Blue67.1%
CMYK percentages
Cyan34.5%
Magenta45.6%
Yellow0.0%
Key (black)32.9%
Color previews
#705dab text on a black background
contrast 3.84:1
Card sample
#705dab text on a white background
contrast 5.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #705dab;
Background color
Panel with #705dab background
background-color: #705dab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #705dab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 93, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 93, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #705dab; background: linear-gradient(135deg, #705dab, #A45DAB);