#700a8f
a dark, electric violet · warm · closest name: indigo
RGB
112, 10, 143
HSL
286°, 87%, 30%
CMYK
22, 93, 0, 44
Luminance
0.0564
Every format
| HEX | #700a8f |
| RGB | rgb(112, 10, 143) |
| HSL | hsl(286, 87%, 30%) |
| CMYK | cmyk(22%, 93%, 0%, 44%) |
| LAB | lab(28.5 57.3 -48.1) |
| LCH | lch(28.5 74.8 320.0) |
| OKLCH | oklch(0.410 0.194 315.5) |
Copy-ready code
/* CSS */
color: #700a8f;
background-color: #700a8f;
/* Tailwind (arbitrary) */
class="text-[#700a8f] bg-[#700a8f]"
/* SCSS */
$brand: #700a8f;
/* SwiftUI */
Color(red: 0.439, green: 0.039, blue: 0.561)
/* Android */
Color.parseColor("#700a8f")Accessibility — WCAG contrast
Aa
#700a8f on white: 9.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#700a8f on black: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green3.9%
Blue56.1%
CMYK percentages
Cyan21.7%
Magenta93.0%
Yellow0.0%
Key (black)43.9%
Color previews
#700a8f text on a black background
contrast 2.13:1
Card sample
#700a8f text on a white background
contrast 9.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #700a8f;
Background color
Panel with #700a8f background
background-color: #700a8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #700a8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 10, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 10, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #700a8f; background: linear-gradient(135deg, #700a8f, #8F0A55);