#705daf
a balanced, soft blue · warm · closest name: slateblue
RGB
112, 93, 175
HSL
254°, 34%, 53%
CMYK
36, 47, 0, 31
Luminance
0.1437
Every format
| HEX | #705daf |
| RGB | rgb(112, 93, 175) |
| HSL | hsl(254, 34%, 53%) |
| CMYK | cmyk(36%, 47%, 0%, 31%) |
| LAB | lab(44.8 27.0 -41.3) |
| LCH | lch(44.8 49.3 303.2) |
| OKLCH | oklch(0.535 0.126 292.3) |
Copy-ready code
/* CSS */
color: #705daf;
background-color: #705daf;
/* Tailwind (arbitrary) */
class="text-[#705daf] bg-[#705daf]"
/* SCSS */
$brand: #705daf;
/* SwiftUI */
Color(red: 0.439, green: 0.365, blue: 0.686)
/* Android */
Color.parseColor("#705daf")Accessibility — WCAG contrast
Aa
#705daf on white: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#705daf on black: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green36.5%
Blue68.6%
CMYK percentages
Cyan36.0%
Magenta46.9%
Yellow0.0%
Key (black)31.4%
Color previews
#705daf text on a black background
contrast 3.87:1
Card sample
#705daf text on a white background
contrast 5.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #705daf;
Background color
Panel with #705daf background
background-color: #705daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #705daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 93, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 93, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #705daf; background: linear-gradient(135deg, #705daf, #A75DAF);