#701485
a dark, vivid violet · warm · closest name: purple
RGB
112, 20, 133
HSL
289°, 74%, 30%
CMYK
16, 85, 0, 48
Luminance
0.0564
Every format
| HEX | #701485 |
| RGB | rgb(112, 20, 133) |
| HSL | hsl(289, 74%, 30%) |
| CMYK | cmyk(16%, 85%, 0%, 48%) |
| LAB | lab(28.5 53.1 -41.9) |
| LCH | lch(28.5 67.7 321.8) |
| OKLCH | oklch(0.407 0.179 318.9) |
Copy-ready code
/* CSS */
color: #701485;
background-color: #701485;
/* Tailwind (arbitrary) */
class="text-[#701485] bg-[#701485]"
/* SCSS */
$brand: #701485;
/* SwiftUI */
Color(red: 0.439, green: 0.078, blue: 0.522)
/* Android */
Color.parseColor("#701485")Accessibility — WCAG contrast
Aa
#701485 on white: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#701485 on black: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green7.8%
Blue52.2%
CMYK percentages
Cyan15.8%
Magenta85.0%
Yellow0.0%
Key (black)47.8%
Color previews
#701485 text on a black background
contrast 2.13:1
Card sample
#701485 text on a white background
contrast 9.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #701485;
Background color
Panel with #701485 background
background-color: #701485;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #701485;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 20, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 20, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #701485; background: linear-gradient(135deg, #701485, #85144F);