#700cd6
a dark, electric violet · warm · closest name: blue
RGB
112, 12, 214
HSL
270°, 89%, 44%
CMYK
48, 94, 0, 16
Luminance
0.0856
Every format
| HEX | #700cd6 |
| RGB | rgb(112, 12, 214) |
| HSL | hsl(270, 89%, 44%) |
| CMYK | cmyk(48%, 94%, 0%, 16%) |
| LAB | lab(35.1 71.7 -79.6) |
| LCH | lch(35.1 107.2 312.0) |
| OKLCH | oklch(0.475 0.254 295.8) |
Copy-ready code
/* CSS */
color: #700cd6;
background-color: #700cd6;
/* Tailwind (arbitrary) */
class="text-[#700cd6] bg-[#700cd6]"
/* SCSS */
$brand: #700cd6;
/* SwiftUI */
Color(red: 0.439, green: 0.047, blue: 0.839)
/* Android */
Color.parseColor("#700cd6")Accessibility — WCAG contrast
Aa
#700cd6 on white: 7.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#700cd6 on black: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green4.7%
Blue83.9%
CMYK percentages
Cyan47.7%
Magenta94.4%
Yellow0.0%
Key (black)16.1%
Color previews
#700cd6 text on a black background
contrast 2.71:1
Card sample
#700cd6 text on a white background
contrast 7.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #700cd6;
Background color
Panel with #700cd6 background
background-color: #700cd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #700cd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 12, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 12, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #700cd6; background: linear-gradient(135deg, #700cd6, #D60CB5);