#700eb0
a dark, electric violet · warm · closest name: indigo
RGB
112, 14, 176
HSL
276°, 85%, 37%
CMYK
36, 92, 0, 31
Luminance
0.0689
Every format
| HEX | #700eb0 |
| RGB | rgb(112, 14, 176) |
| HSL | hsl(276, 85%, 37%) |
| CMYK | cmyk(36%, 92%, 0%, 31%) |
| LAB | lab(31.6 63.2 -63.1) |
| LCH | lch(31.6 89.3 315.0) |
| OKLCH | oklch(0.440 0.220 304.9) |
Copy-ready code
/* CSS */
color: #700eb0;
background-color: #700eb0;
/* Tailwind (arbitrary) */
class="text-[#700eb0] bg-[#700eb0]"
/* SCSS */
$brand: #700eb0;
/* SwiftUI */
Color(red: 0.439, green: 0.055, blue: 0.690)
/* Android */
Color.parseColor("#700eb0")Accessibility — WCAG contrast
Aa
#700eb0 on white: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#700eb0 on black: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green5.5%
Blue69.0%
CMYK percentages
Cyan36.4%
Magenta92.0%
Yellow0.0%
Key (black)31.0%
Color previews
#700eb0 text on a black background
contrast 2.38:1
Card sample
#700eb0 text on a white background
contrast 8.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #700eb0;
Background color
Panel with #700eb0 background
background-color: #700eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #700eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 14, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 14, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #700eb0; background: linear-gradient(135deg, #700eb0, #B00E84);