#711368
a dark, vivid magenta / pink · warm · closest name: purple
RGB
113, 19, 104
HSL
306°, 71%, 26%
CMYK
0, 83, 8, 56
Luminance
0.0498
Every format
| HEX | #711368 |
| RGB | rgb(113, 19, 104) |
| HSL | hsl(306, 71%, 26%) |
| CMYK | cmyk(0%, 83%, 8%, 56%) |
| LAB | lab(26.7 48.5 -26.3) |
| LCH | lch(26.7 55.1 331.5) |
| OKLCH | oklch(0.389 0.157 332.6) |
Copy-ready code
/* CSS */
color: #711368;
background-color: #711368;
/* Tailwind (arbitrary) */
class="text-[#711368] bg-[#711368]"
/* SCSS */
$brand: #711368;
/* SwiftUI */
Color(red: 0.443, green: 0.075, blue: 0.408)
/* Android */
Color.parseColor("#711368")Accessibility — WCAG contrast
Aa
#711368 on white: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#711368 on black: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green7.5%
Blue40.8%
CMYK percentages
Cyan0.0%
Magenta83.2%
Yellow8.0%
Key (black)55.7%
Color previews
#711368 text on a black background
contrast 2.00:1
Card sample
#711368 text on a white background
contrast 10.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #711368;
Background color
Panel with #711368 background
background-color: #711368;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #711368;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 19, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 19, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #711368; background: linear-gradient(135deg, #711368, #711329);