#701df3
a balanced, electric violet · warm · closest name: blue
RGB
112, 29, 243
HSL
263°, 90%, 53%
CMYK
54, 88, 0, 5
Luminance
0.1079
Every format
| HEX | #701df3 |
| RGB | rgb(112, 29, 243) |
| HSL | hsl(263, 90%, 53%) |
| CMYK | cmyk(54%, 88%, 0%, 5%) |
| LAB | lab(39.2 74.8 -89.4) |
| LCH | lch(39.2 116.6 309.9) |
| OKLCH | oklch(0.511 0.273 289.8) |
Copy-ready code
/* CSS */
color: #701df3;
background-color: #701df3;
/* Tailwind (arbitrary) */
class="text-[#701df3] bg-[#701df3]"
/* SCSS */
$brand: #701df3;
/* SwiftUI */
Color(red: 0.439, green: 0.114, blue: 0.953)
/* Android */
Color.parseColor("#701df3")Accessibility — WCAG contrast
Aa
#701df3 on white: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#701df3 on black: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green11.4%
Blue95.3%
CMYK percentages
Cyan53.9%
Magenta88.1%
Yellow0.0%
Key (black)4.7%
Color previews
#701df3 text on a black background
contrast 3.16:1
Card sample
#701df3 text on a white background
contrast 6.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #701df3;
Background color
Panel with #701df3 background
background-color: #701df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #701df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 29, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 29, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #701df3; background: linear-gradient(135deg, #701df3, #F31DE7);