#700a70
a deep, electric magenta / pink · warm · closest name: purple
RGB
112, 10, 112
HSL
300°, 84%, 24%
CMYK
0, 91, 0, 56
Luminance
0.0483
Every format
| HEX | #700a70 |
| RGB | rgb(112, 10, 112) |
| HSL | hsl(300, 84%, 24%) |
| CMYK | cmyk(0%, 91%, 0%, 56%) |
| LAB | lab(26.3 51.7 -32.1) |
| LCH | lch(26.3 60.8 328.1) |
| OKLCH | oklch(0.387 0.170 328.3) |
Copy-ready code
/* CSS */
color: #700a70;
background-color: #700a70;
/* Tailwind (arbitrary) */
class="text-[#700a70] bg-[#700a70]"
/* SCSS */
$brand: #700a70;
/* SwiftUI */
Color(red: 0.439, green: 0.039, blue: 0.439)
/* Android */
Color.parseColor("#700a70")Accessibility — WCAG contrast
Aa
#700a70 on white: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#700a70 on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green3.9%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta91.1%
Yellow0.0%
Key (black)56.1%
Color previews
#700a70 text on a black background
contrast 1.97:1
Card sample
#700a70 text on a white background
contrast 10.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #700a70;
Background color
Panel with #700a70 background
background-color: #700a70;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #700a70;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 10, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 10, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #700a70; background: linear-gradient(135deg, #700a70, #700A2C);