#705df8
a light, electric blue · warm · closest name: slateblue
RGB
112, 93, 248
HSL
247°, 92%, 67%
CMYK
55, 63, 0, 3
Luminance
0.1805
Every format
| HEX | #705df8 |
| RGB | rgb(112, 93, 248) |
| HSL | hsl(247, 92%, 67%) |
| CMYK | cmyk(55%, 63%, 0%, 3%) |
| LAB | lab(49.6 48.3 -75.2) |
| LCH | lch(49.6 89.4 302.7) |
| OKLCH | oklch(0.585 0.222 282.7) |
Copy-ready code
/* CSS */
color: #705df8;
background-color: #705df8;
/* Tailwind (arbitrary) */
class="text-[#705df8] bg-[#705df8]"
/* SCSS */
$brand: #705df8;
/* SwiftUI */
Color(red: 0.439, green: 0.365, blue: 0.973)
/* Android */
Color.parseColor("#705df8")Accessibility — WCAG contrast
Aa
#705df8 on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#705df8 on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green36.5%
Blue97.3%
CMYK percentages
Cyan54.8%
Magenta62.5%
Yellow0.0%
Key (black)2.7%
Color previews
#705df8 text on a black background
contrast 4.61:1
Card sample
#705df8 text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #705df8;
Background color
Panel with #705df8 background
background-color: #705df8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #705df8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 93, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 93, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #705df8; background: linear-gradient(135deg, #705df8, #D75DF8);