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