#712277
a dark, vivid magenta / pink · warm · closest name: purple
RGB
113, 34, 119
HSL
296°, 56%, 30%
CMYK
5, 71, 0, 53
Luminance
0.0599
Every format
| HEX | #712277 |
| RGB | rgb(113, 34, 119) |
| HSL | hsl(296, 56%, 30%) |
| CMYK | cmyk(5%, 71%, 0%, 53%) |
| LAB | lab(29.4 45.9 -31.6) |
| LCH | lch(29.4 55.7 325.5) |
| OKLCH | oklch(0.411 0.153 324.9) |
Copy-ready code
/* CSS */
color: #712277;
background-color: #712277;
/* Tailwind (arbitrary) */
class="text-[#712277] bg-[#712277]"
/* SCSS */
$brand: #712277;
/* SwiftUI */
Color(red: 0.443, green: 0.133, blue: 0.467)
/* Android */
Color.parseColor("#712277")Accessibility — WCAG contrast
Aa
#712277 on white: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#712277 on black: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green13.3%
Blue46.7%
CMYK percentages
Cyan5.0%
Magenta71.4%
Yellow0.0%
Key (black)53.3%
Color previews
#712277 text on a black background
contrast 2.20:1
Card sample
#712277 text on a white background
contrast 9.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #712277;
Background color
Panel with #712277 background
background-color: #712277;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #712277;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 34, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 34, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #712277; background: linear-gradient(135deg, #712277, #772244);