#705ade
a balanced, vivid blue · warm · closest name: slateblue
RGB
112, 90, 222
HSL
250°, 67%, 61%
CMYK
50, 60, 0, 13
Luminance
0.1603
Every format
| HEX | #705ade |
| RGB | rgb(112, 90, 222) |
| HSL | hsl(250, 67%, 61%) |
| CMYK | cmyk(50%, 60%, 0%, 13%) |
| LAB | lab(47.0 42.3 -64.8) |
| LCH | lch(47.0 77.3 303.1) |
| OKLCH | oklch(0.561 0.193 286.0) |
Copy-ready code
/* CSS */
color: #705ade;
background-color: #705ade;
/* Tailwind (arbitrary) */
class="text-[#705ade] bg-[#705ade]"
/* SCSS */
$brand: #705ade;
/* SwiftUI */
Color(red: 0.439, green: 0.353, blue: 0.871)
/* Android */
Color.parseColor("#705ade")Accessibility — WCAG contrast
Aa
#705ade on white: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#705ade on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green35.3%
Blue87.1%
CMYK percentages
Cyan49.5%
Magenta59.5%
Yellow0.0%
Key (black)12.9%
Color previews
#705ade text on a black background
contrast 4.21:1
Card sample
#705ade text on a white background
contrast 4.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #705ade;
Background color
Panel with #705ade background
background-color: #705ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #705ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 90, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 90, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #705ade; background: linear-gradient(135deg, #705ade, #C85ADE);