#705eb8
a balanced, soft blue · warm · closest name: slateblue
RGB
112, 94, 184
HSL
252°, 39%, 55%
CMYK
39, 49, 0, 28
Luminance
0.1491
Every format
| HEX | #705eb8 |
| RGB | rgb(112, 94, 184) |
| HSL | hsl(252, 39%, 55%) |
| CMYK | cmyk(39%, 49%, 0%, 28%) |
| LAB | lab(45.5 28.9 -45.3) |
| LCH | lch(45.5 53.8 302.5) |
| OKLCH | oklch(0.542 0.137 290.3) |
Copy-ready code
/* CSS */
color: #705eb8;
background-color: #705eb8;
/* Tailwind (arbitrary) */
class="text-[#705eb8] bg-[#705eb8]"
/* SCSS */
$brand: #705eb8;
/* SwiftUI */
Color(red: 0.439, green: 0.369, blue: 0.722)
/* Android */
Color.parseColor("#705eb8")Accessibility — WCAG contrast
Aa
#705eb8 on white: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#705eb8 on black: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green36.9%
Blue72.2%
CMYK percentages
Cyan39.1%
Magenta48.9%
Yellow0.0%
Key (black)27.8%
Color previews
#705eb8 text on a black background
contrast 3.98:1
Card sample
#705eb8 text on a white background
contrast 5.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #705eb8;
Background color
Panel with #705eb8 background
background-color: #705eb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #705eb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 94, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 94, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #705eb8; background: linear-gradient(135deg, #705eb8, #AC5EB8);