#3b174f
a deep, vivid violet · warm · closest name: midnightblue
RGB
59, 23, 79
HSL
279°, 55%, 20%
CMYK
25, 71, 0, 69
Luminance
0.0211
Every format
| HEX | #3b174f |
| RGB | rgb(59, 23, 79) |
| HSL | hsl(279, 55%, 20%) |
| CMYK | cmyk(25%, 71%, 0%, 69%) |
| LAB | lab(16.0 28.6 -27.2) |
| LCH | lch(16.0 39.4 316.4) |
| OKLCH | oklch(0.289 0.102 311.2) |
Copy-ready code
/* CSS */
color: #3b174f;
background-color: #3b174f;
/* Tailwind (arbitrary) */
class="text-[#3b174f] bg-[#3b174f]"
/* SCSS */
$brand: #3b174f;
/* SwiftUI */
Color(red: 0.231, green: 0.090, blue: 0.310)
/* Android */
Color.parseColor("#3b174f")Accessibility — WCAG contrast
Aa
#3b174f on white: 14.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b174f on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green9.0%
Blue31.0%
CMYK percentages
Cyan25.3%
Magenta70.9%
Yellow0.0%
Key (black)69.0%
Color previews
#3b174f text on a black background
contrast 1.42:1
Card sample
#3b174f text on a white background
contrast 14.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b174f;
Background color
Panel with #3b174f background
background-color: #3b174f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b174f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 23, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 23, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b174f; background: linear-gradient(135deg, #3b174f, #4F173E);