#705af4
a light, electric blue · warm · closest name: slateblue
RGB
112, 90, 244
HSL
249°, 88%, 66%
CMYK
54, 63, 0, 4
Luminance
0.1729
Every format
| HEX | #705af4 |
| RGB | rgb(112, 90, 244) |
| HSL | hsl(249, 88%, 66%) |
| CMYK | cmyk(54%, 63%, 0%, 4%) |
| LAB | lab(48.6 48.8 -74.5) |
| LCH | lch(48.6 89.1 303.2) |
| OKLCH | oklch(0.578 0.220 283.6) |
Copy-ready code
/* CSS */
color: #705af4;
background-color: #705af4;
/* Tailwind (arbitrary) */
class="text-[#705af4] bg-[#705af4]"
/* SCSS */
$brand: #705af4;
/* SwiftUI */
Color(red: 0.439, green: 0.353, blue: 0.957)
/* Android */
Color.parseColor("#705af4")Accessibility — WCAG contrast
Aa
#705af4 on white: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#705af4 on black: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green35.3%
Blue95.7%
CMYK percentages
Cyan54.1%
Magenta63.1%
Yellow0.0%
Key (black)4.3%
Color previews
#705af4 text on a black background
contrast 4.46:1
Card sample
#705af4 text on a white background
contrast 4.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #705af4;
Background color
Panel with #705af4 background
background-color: #705af4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #705af4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 90, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 90, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #705af4; background: linear-gradient(135deg, #705af4, #D75AF4);