#705cba
a balanced, soft blue · warm · closest name: slateblue
RGB
112, 92, 186
HSL
253°, 41%, 55%
CMYK
40, 51, 0, 27
Luminance
0.1464
Every format
| HEX | #705cba |
| RGB | rgb(112, 92, 186) |
| HSL | hsl(253, 41%, 55%) |
| CMYK | cmyk(40%, 51%, 0%, 27%) |
| LAB | lab(45.1 30.7 -47.1) |
| LCH | lch(45.1 56.2 303.1) |
| OKLCH | oklch(0.540 0.142 290.6) |
Copy-ready code
/* CSS */
color: #705cba;
background-color: #705cba;
/* Tailwind (arbitrary) */
class="text-[#705cba] bg-[#705cba]"
/* SCSS */
$brand: #705cba;
/* SwiftUI */
Color(red: 0.439, green: 0.361, blue: 0.729)
/* Android */
Color.parseColor("#705cba")Accessibility — WCAG contrast
Aa
#705cba on white: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#705cba on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green36.1%
Blue72.9%
CMYK percentages
Cyan39.8%
Magenta50.5%
Yellow0.0%
Key (black)27.1%
Color previews
#705cba text on a black background
contrast 3.93:1
Card sample
#705cba text on a white background
contrast 5.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #705cba;
Background color
Panel with #705cba background
background-color: #705cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #705cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 92, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 92, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #705cba; background: linear-gradient(135deg, #705cba, #AF5CBA);