#705eb6
a balanced, soft blue · warm · closest name: slateblue
RGB
112, 94, 182
HSL
252°, 38%, 54%
CMYK
39, 48, 0, 29
Luminance
0.1483
Every format
| HEX | #705eb6 |
| RGB | rgb(112, 94, 182) |
| HSL | hsl(252, 38%, 54%) |
| CMYK | cmyk(39%, 48%, 0%, 29%) |
| LAB | lab(45.4 28.4 -44.3) |
| LCH | lch(45.4 52.6 302.6) |
| OKLCH | oklch(0.541 0.134 290.6) |
Copy-ready code
/* CSS */
color: #705eb6;
background-color: #705eb6;
/* Tailwind (arbitrary) */
class="text-[#705eb6] bg-[#705eb6]"
/* SCSS */
$brand: #705eb6;
/* SwiftUI */
Color(red: 0.439, green: 0.369, blue: 0.714)
/* Android */
Color.parseColor("#705eb6")Accessibility — WCAG contrast
Aa
#705eb6 on white: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#705eb6 on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green36.9%
Blue71.4%
CMYK percentages
Cyan38.5%
Magenta48.4%
Yellow0.0%
Key (black)28.6%
Color previews
#705eb6 text on a black background
contrast 3.97:1
Card sample
#705eb6 text on a white background
contrast 5.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #705eb6;
Background color
Panel with #705eb6 background
background-color: #705eb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #705eb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 94, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 94, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #705eb6; background: linear-gradient(135deg, #705eb6, #AB5EB6);