#4b3271
a dark, soft violet · warm · closest name: midnightblue
RGB
75, 50, 113
HSL
264°, 39%, 32%
CMYK
34, 56, 0, 56
Luminance
0.0497
Every format
| HEX | #4b3271 |
| RGB | rgb(75, 50, 113) |
| HSL | hsl(264, 39%, 32%) |
| CMYK | cmyk(34%, 56%, 0%, 56%) |
| LAB | lab(26.6 26.0 -32.5) |
| LCH | lch(26.6 41.6 308.7) |
| OKLCH | oklch(0.379 0.105 299.7) |
Copy-ready code
/* CSS */
color: #4b3271;
background-color: #4b3271;
/* Tailwind (arbitrary) */
class="text-[#4b3271] bg-[#4b3271]"
/* SCSS */
$brand: #4b3271;
/* SwiftUI */
Color(red: 0.294, green: 0.196, blue: 0.443)
/* Android */
Color.parseColor("#4b3271")Accessibility — WCAG contrast
Aa
#4b3271 on white: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b3271 on black: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green19.6%
Blue44.3%
CMYK percentages
Cyan33.6%
Magenta55.8%
Yellow0.0%
Key (black)55.7%
Color previews
#4b3271 text on a black background
contrast 1.99:1
Card sample
#4b3271 text on a white background
contrast 10.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b3271;
Background color
Panel with #4b3271 background
background-color: #4b3271;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b3271;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 50, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 50, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b3271; background: linear-gradient(135deg, #4b3271, #71326D);