#712787
a dark, vivid violet · warm · closest name: purple
RGB
113, 39, 135
HSL
286°, 55%, 34%
CMYK
16, 71, 0, 47
Luminance
0.0671
Every format
| HEX | #712787 |
| RGB | rgb(113, 39, 135) |
| HSL | hsl(286, 55%, 34%) |
| CMYK | cmyk(16%, 71%, 0%, 47%) |
| LAB | lab(31.1 47.0 -38.8) |
| LCH | lch(31.1 61.0 320.4) |
| OKLCH | oklch(0.427 0.161 317.4) |
Copy-ready code
/* CSS */
color: #712787;
background-color: #712787;
/* Tailwind (arbitrary) */
class="text-[#712787] bg-[#712787]"
/* SCSS */
$brand: #712787;
/* SwiftUI */
Color(red: 0.443, green: 0.153, blue: 0.529)
/* Android */
Color.parseColor("#712787")Accessibility — WCAG contrast
Aa
#712787 on white: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#712787 on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green15.3%
Blue52.9%
CMYK percentages
Cyan16.3%
Magenta71.1%
Yellow0.0%
Key (black)47.1%
Color previews
#712787 text on a black background
contrast 2.34:1
Card sample
#712787 text on a white background
contrast 8.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #712787;
Background color
Panel with #712787 background
background-color: #712787;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #712787;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 39, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 39, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #712787; background: linear-gradient(135deg, #712787, #87275D);