#700df7
a balanced, electric violet · warm · closest name: blue
RGB
112, 13, 247
HSL
265°, 94%, 51%
CMYK
55, 95, 0, 3
Luminance
0.1045
Every format
| HEX | #700df7 |
| RGB | rgb(112, 13, 247) |
| HSL | hsl(265, 94%, 51%) |
| CMYK | cmyk(55%, 95%, 0%, 3%) |
| LAB | lab(38.6 78.8 -92.6) |
| LCH | lch(38.6 121.6 310.4) |
| OKLCH | oklch(0.508 0.283 289.7) |
Copy-ready code
/* CSS */
color: #700df7;
background-color: #700df7;
/* Tailwind (arbitrary) */
class="text-[#700df7] bg-[#700df7]"
/* SCSS */
$brand: #700df7;
/* SwiftUI */
Color(red: 0.439, green: 0.051, blue: 0.969)
/* Android */
Color.parseColor("#700df7")Accessibility — WCAG contrast
Aa
#700df7 on white: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#700df7 on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green5.1%
Blue96.9%
CMYK percentages
Cyan54.7%
Magenta94.7%
Yellow0.0%
Key (black)3.1%
Color previews
#700df7 text on a black background
contrast 3.09:1
Card sample
#700df7 text on a white background
contrast 6.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #700df7;
Background color
Panel with #700df7 background
background-color: #700df7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #700df7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 13, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 13, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #700df7; background: linear-gradient(135deg, #700df7, #F70DE2);