#700df4
a balanced, electric violet · warm · closest name: blue
RGB
112, 13, 244
HSL
266°, 91%, 50%
CMYK
54, 95, 0, 4
Luminance
0.1026
Every format
| HEX | #700df4 |
| RGB | rgb(112, 13, 244) |
| HSL | hsl(266, 91%, 50%) |
| CMYK | cmyk(54%, 95%, 0%, 4%) |
| LAB | lab(38.3 78.2 -91.5) |
| LCH | lch(38.3 120.3 310.5) |
| OKLCH | oklch(0.505 0.280 290.2) |
Copy-ready code
/* CSS */
color: #700df4;
background-color: #700df4;
/* Tailwind (arbitrary) */
class="text-[#700df4] bg-[#700df4]"
/* SCSS */
$brand: #700df4;
/* SwiftUI */
Color(red: 0.439, green: 0.051, blue: 0.957)
/* Android */
Color.parseColor("#700df4")Accessibility — WCAG contrast
Aa
#700df4 on white: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#700df4 on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green5.1%
Blue95.7%
CMYK percentages
Cyan54.1%
Magenta94.7%
Yellow0.0%
Key (black)4.3%
Color previews
#700df4 text on a black background
contrast 3.05:1
Card sample
#700df4 text on a white background
contrast 6.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #700df4;
Background color
Panel with #700df4 background
background-color: #700df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #700df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 13, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 13, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #700df4; background: linear-gradient(135deg, #700df4, #F40DDE);