#700df0
a balanced, electric violet · warm · closest name: blue
RGB
112, 13, 240
HSL
266°, 90%, 50%
CMYK
53, 95, 0, 6
Luminance
0.1002
Every format
| HEX | #700df0 |
| RGB | rgb(112, 13, 240) |
| HSL | hsl(266, 90%, 50%) |
| CMYK | cmyk(53%, 95%, 0%, 6%) |
| LAB | lab(37.9 77.3 -89.9) |
| LCH | lch(37.9 118.6 310.7) |
| OKLCH | oklch(0.501 0.277 290.9) |
Copy-ready code
/* CSS */
color: #700df0;
background-color: #700df0;
/* Tailwind (arbitrary) */
class="text-[#700df0] bg-[#700df0]"
/* SCSS */
$brand: #700df0;
/* SwiftUI */
Color(red: 0.439, green: 0.051, blue: 0.941)
/* Android */
Color.parseColor("#700df0")Accessibility — WCAG contrast
Aa
#700df0 on white: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#700df0 on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green5.1%
Blue94.1%
CMYK percentages
Cyan53.3%
Magenta94.6%
Yellow0.0%
Key (black)5.9%
Color previews
#700df0 text on a black background
contrast 3.00:1
Card sample
#700df0 text on a white background
contrast 6.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #700df0;
Background color
Panel with #700df0 background
background-color: #700df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #700df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 13, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 13, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #700df0; background: linear-gradient(135deg, #700df0, #F00DD8);