#4b1371
a dark, vivid violet · warm · closest name: midnightblue
RGB
75, 19, 113
HSL
276°, 71%, 26%
CMYK
34, 83, 0, 56
Luminance
0.0315
Every format
| HEX | #4b1371 |
| RGB | rgb(75, 19, 113) |
| HSL | hsl(276, 71%, 26%) |
| CMYK | cmyk(34%, 83%, 0%, 56%) |
| LAB | lab(20.6 42.4 -42.1) |
| LCH | lch(20.6 59.8 315.2) |
| OKLCH | oklch(0.335 0.150 306.7) |
Copy-ready code
/* CSS */
color: #4b1371;
background-color: #4b1371;
/* Tailwind (arbitrary) */
class="text-[#4b1371] bg-[#4b1371]"
/* SCSS */
$brand: #4b1371;
/* SwiftUI */
Color(red: 0.294, green: 0.075, blue: 0.443)
/* Android */
Color.parseColor("#4b1371")Accessibility — WCAG contrast
Aa
#4b1371 on white: 12.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b1371 on black: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green7.5%
Blue44.3%
CMYK percentages
Cyan33.6%
Magenta83.2%
Yellow0.0%
Key (black)55.7%
Color previews
#4b1371 text on a black background
contrast 1.63:1
Card sample
#4b1371 text on a white background
contrast 12.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b1371;
Background color
Panel with #4b1371 background
background-color: #4b1371;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b1371;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 19, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 19, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b1371; background: linear-gradient(135deg, #4b1371, #711358);