#4b1b5f
a deep, vivid violet · warm · closest name: midnightblue
RGB
75, 27, 95
HSL
282°, 56%, 24%
CMYK
21, 72, 0, 63
Luminance
0.0311
Every format
| HEX | #4b1b5f |
| RGB | rgb(75, 27, 95) |
| HSL | hsl(282, 56%, 24%) |
| CMYK | cmyk(21%, 72%, 0%, 63%) |
| LAB | lab(20.5 34.5 -30.7) |
| LCH | lch(20.5 46.2 318.4) |
| OKLCH | oklch(0.329 0.121 314.3) |
Copy-ready code
/* CSS */
color: #4b1b5f;
background-color: #4b1b5f;
/* Tailwind (arbitrary) */
class="text-[#4b1b5f] bg-[#4b1b5f]"
/* SCSS */
$brand: #4b1b5f;
/* SwiftUI */
Color(red: 0.294, green: 0.106, blue: 0.373)
/* Android */
Color.parseColor("#4b1b5f")Accessibility — WCAG contrast
Aa
#4b1b5f on white: 12.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b1b5f on black: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green10.6%
Blue37.3%
CMYK percentages
Cyan21.1%
Magenta71.6%
Yellow0.0%
Key (black)62.7%
Color previews
#4b1b5f text on a black background
contrast 1.62:1
Card sample
#4b1b5f text on a white background
contrast 12.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b1b5f;
Background color
Panel with #4b1b5f background
background-color: #4b1b5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b1b5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 27, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 27, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b1b5f; background: linear-gradient(135deg, #4b1b5f, #5F1B46);