#701eee
a balanced, electric violet · warm · closest name: blue
RGB
112, 30, 238
HSL
264°, 86%, 53%
CMYK
53, 87, 0, 7
Luminance
0.1055
Every format
| HEX | #701eee |
| RGB | rgb(112, 30, 238) |
| HSL | hsl(264, 86%, 53%) |
| CMYK | cmyk(53%, 87%, 0%, 7%) |
| LAB | lab(38.8 73.4 -87.3) |
| LCH | lch(38.8 114.0 310.1) |
| OKLCH | oklch(0.507 0.268 290.6) |
Copy-ready code
/* CSS */
color: #701eee;
background-color: #701eee;
/* Tailwind (arbitrary) */
class="text-[#701eee] bg-[#701eee]"
/* SCSS */
$brand: #701eee;
/* SwiftUI */
Color(red: 0.439, green: 0.118, blue: 0.933)
/* Android */
Color.parseColor("#701eee")Accessibility — WCAG contrast
Aa
#701eee on white: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#701eee on black: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green11.8%
Blue93.3%
CMYK percentages
Cyan52.9%
Magenta87.4%
Yellow0.0%
Key (black)6.7%
Color previews
#701eee text on a black background
contrast 3.11:1
Card sample
#701eee text on a white background
contrast 6.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #701eee;
Background color
Panel with #701eee background
background-color: #701eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #701eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 30, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 30, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #701eee; background: linear-gradient(135deg, #701eee, #EE1EE1);