#702570
a dark, vivid magenta / pink · warm · closest name: purple
RGB
112, 37, 112
HSL
300°, 50%, 29%
CMYK
0, 67, 0, 56
Luminance
0.0594
Every format
| HEX | #702570 |
| RGB | rgb(112, 37, 112) |
| HSL | hsl(300, 50%, 29%) |
| CMYK | cmyk(0%, 67%, 0%, 56%) |
| LAB | lab(29.3 43.1 -27.4) |
| LCH | lch(29.3 51.0 327.6) |
| OKLCH | oklch(0.408 0.142 327.8) |
Copy-ready code
/* CSS */
color: #702570;
background-color: #702570;
/* Tailwind (arbitrary) */
class="text-[#702570] bg-[#702570]"
/* SCSS */
$brand: #702570;
/* SwiftUI */
Color(red: 0.439, green: 0.145, blue: 0.439)
/* Android */
Color.parseColor("#702570")Accessibility — WCAG contrast
Aa
#702570 on white: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#702570 on black: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green14.5%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta67.0%
Yellow0.0%
Key (black)56.1%
Color previews
#702570 text on a black background
contrast 2.19:1
Card sample
#702570 text on a white background
contrast 9.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #702570;
Background color
Panel with #702570 background
background-color: #702570;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #702570;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 37, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 37, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #702570; background: linear-gradient(135deg, #702570, #70253E);