#705afe
a light, electric blue · warm · closest name: slateblue
RGB
112, 90, 254
HSL
248°, 99%, 68%
CMYK
56, 65, 0, 0
Luminance
0.1791
Every format
| HEX | #705afe |
| RGB | rgb(112, 90, 254) |
| HSL | hsl(248, 99%, 68%) |
| CMYK | cmyk(56%, 65%, 0%, 0%) |
| LAB | lab(49.4 51.7 -78.8) |
| LCH | lch(49.4 94.3 303.3) |
| OKLCH | oklch(0.586 0.232 282.6) |
Copy-ready code
/* CSS */
color: #705afe;
background-color: #705afe;
/* Tailwind (arbitrary) */
class="text-[#705afe] bg-[#705afe]"
/* SCSS */
$brand: #705afe;
/* SwiftUI */
Color(red: 0.439, green: 0.353, blue: 0.996)
/* Android */
Color.parseColor("#705afe")Accessibility — WCAG contrast
Aa
#705afe on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#705afe on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green35.3%
Blue99.6%
CMYK percentages
Cyan55.9%
Magenta64.6%
Yellow0.0%
Key (black)0.4%
Color previews
#705afe text on a black background
contrast 4.58:1
Card sample
#705afe text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #705afe;
Background color
Panel with #705afe background
background-color: #705afe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #705afe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 90, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 90, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #705afe; background: linear-gradient(135deg, #705afe, #DD5AFE);