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