#705eee
a light, electric blue · warm · closest name: slateblue
RGB
112, 94, 238
HSL
248°, 81%, 65%
CMYK
53, 61, 0, 7
Luminance
0.1762
Every format
| HEX | #705eee |
| RGB | rgb(112, 94, 238) |
| HSL | hsl(248, 81%, 65%) |
| CMYK | cmyk(53%, 61%, 0%, 7%) |
| LAB | lab(49.0 44.7 -70.5) |
| LCH | lch(49.0 83.5 302.4) |
| OKLCH | oklch(0.579 0.208 283.5) |
Copy-ready code
/* CSS */
color: #705eee;
background-color: #705eee;
/* Tailwind (arbitrary) */
class="text-[#705eee] bg-[#705eee]"
/* SCSS */
$brand: #705eee;
/* SwiftUI */
Color(red: 0.439, green: 0.369, blue: 0.933)
/* Android */
Color.parseColor("#705eee")Accessibility — WCAG contrast
Aa
#705eee on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#705eee on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green36.9%
Blue93.3%
CMYK percentages
Cyan52.9%
Magenta60.5%
Yellow0.0%
Key (black)6.7%
Color previews
#705eee text on a black background
contrast 4.52:1
Card sample
#705eee text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #705eee;
Background color
Panel with #705eee background
background-color: #705eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #705eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 94, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 94, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #705eee; background: linear-gradient(135deg, #705eee, #D05EEE);