#3b004f
a deep, electric violet · warm · closest name: midnightblue
RGB
59, 0, 79
HSL
285°, 100%, 16%
CMYK
25, 100, 0, 69
Luminance
0.0149
Every format
| HEX | #3b004f |
| RGB | rgb(59, 0, 79) |
| HSL | hsl(285, 100%, 16%) |
| CMYK | cmyk(25%, 100%, 0%, 69%) |
| LAB | lab(12.6 38.5 -32.8) |
| LCH | lch(12.6 50.6 319.6) |
| OKLCH | oklch(0.264 0.130 314.6) |
Copy-ready code
/* CSS */
color: #3b004f;
background-color: #3b004f;
/* Tailwind (arbitrary) */
class="text-[#3b004f] bg-[#3b004f]"
/* SCSS */
$brand: #3b004f;
/* SwiftUI */
Color(red: 0.231, green: 0.000, blue: 0.310)
/* Android */
Color.parseColor("#3b004f")Accessibility — WCAG contrast
Aa
#3b004f on white: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b004f on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green0.0%
Blue31.0%
CMYK percentages
Cyan25.3%
Magenta100.0%
Yellow0.0%
Key (black)69.0%
Color previews
#3b004f text on a black background
contrast 1.30:1
Card sample
#3b004f text on a white background
contrast 16.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b004f;
Background color
Panel with #3b004f background
background-color: #3b004f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b004f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 0, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 0, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b004f; background: linear-gradient(135deg, #3b004f, #4F002E);