#705af1
a balanced, electric blue · warm · closest name: slateblue
RGB
112, 90, 241
HSL
249°, 84%, 65%
CMYK
54, 63, 0, 6
Luminance
0.1711
Every format
| HEX | #705af1 |
| RGB | rgb(112, 90, 241) |
| HSL | hsl(249, 84%, 65%) |
| CMYK | cmyk(54%, 63%, 0%, 6%) |
| LAB | lab(48.4 47.9 -73.2) |
| LCH | lch(48.4 87.5 303.2) |
| OKLCH | oklch(0.575 0.217 283.9) |
Copy-ready code
/* CSS */
color: #705af1;
background-color: #705af1;
/* Tailwind (arbitrary) */
class="text-[#705af1] bg-[#705af1]"
/* SCSS */
$brand: #705af1;
/* SwiftUI */
Color(red: 0.439, green: 0.353, blue: 0.945)
/* Android */
Color.parseColor("#705af1")Accessibility — WCAG contrast
Aa
#705af1 on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#705af1 on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green35.3%
Blue94.5%
CMYK percentages
Cyan53.5%
Magenta62.7%
Yellow0.0%
Key (black)5.5%
Color previews
#705af1 text on a black background
contrast 4.42:1
Card sample
#705af1 text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #705af1;
Background color
Panel with #705af1 background
background-color: #705af1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #705af1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 90, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 90, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #705af1; background: linear-gradient(135deg, #705af1, #D55AF1);