#3b1e59
a deep, vivid violet · warm · closest name: midnightblue
RGB
59, 30, 89
HSL
270°, 50%, 23%
CMYK
34, 66, 0, 65
Luminance
0.0258
Every format
| HEX | #3b1e59 |
| RGB | rgb(59, 30, 89) |
| HSL | hsl(270, 50%, 23%) |
| CMYK | cmyk(34%, 66%, 0%, 65%) |
| LAB | lab(18.3 27.2 -30.3) |
| LCH | lch(18.3 40.7 311.9) |
| OKLCH | oklch(0.307 0.103 303.5) |
Copy-ready code
/* CSS */
color: #3b1e59;
background-color: #3b1e59;
/* Tailwind (arbitrary) */
class="text-[#3b1e59] bg-[#3b1e59]"
/* SCSS */
$brand: #3b1e59;
/* SwiftUI */
Color(red: 0.231, green: 0.118, blue: 0.349)
/* Android */
Color.parseColor("#3b1e59")Accessibility — WCAG contrast
Aa
#3b1e59 on white: 13.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b1e59 on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green11.8%
Blue34.9%
CMYK percentages
Cyan33.7%
Magenta66.3%
Yellow0.0%
Key (black)65.1%
Color previews
#3b1e59 text on a black background
contrast 1.52:1
Card sample
#3b1e59 text on a white background
contrast 13.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b1e59;
Background color
Panel with #3b1e59 background
background-color: #3b1e59;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b1e59;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 30, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 30, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b1e59; background: linear-gradient(135deg, #3b1e59, #591E50);