#701dfd
a balanced, electric violet · warm · closest name: blue
RGB
112, 29, 253
HSL
262°, 98%, 55%
CMYK
56, 89, 0, 1
Luminance
0.1142
Every format
| HEX | #701dfd |
| RGB | rgb(112, 29, 253) |
| HSL | hsl(262, 98%, 55%) |
| CMYK | cmyk(56%, 89%, 0%, 1%) |
| LAB | lab(40.3 77.2 -93.3) |
| LCH | lch(40.3 121.1 309.6) |
| OKLCH | oklch(0.521 0.283 288.3) |
Copy-ready code
/* CSS */
color: #701dfd;
background-color: #701dfd;
/* Tailwind (arbitrary) */
class="text-[#701dfd] bg-[#701dfd]"
/* SCSS */
$brand: #701dfd;
/* SwiftUI */
Color(red: 0.439, green: 0.114, blue: 0.992)
/* Android */
Color.parseColor("#701dfd")Accessibility — WCAG contrast
Aa
#701dfd on white: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#701dfd on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green11.4%
Blue99.2%
CMYK percentages
Cyan55.7%
Magenta88.5%
Yellow0.0%
Key (black)0.8%
Color previews
#701dfd text on a black background
contrast 3.28:1
Card sample
#701dfd text on a white background
contrast 6.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #701dfd;
Background color
Panel with #701dfd background
background-color: #701dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #701dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 29, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 29, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #701dfd; background: linear-gradient(135deg, #701dfd, #FD1DF5);