#3b034f
a deep, electric violet · warm · closest name: midnightblue
RGB
59, 3, 79
HSL
284°, 93%, 16%
CMYK
25, 96, 0, 69
Luminance
0.0156
Every format
| HEX | #3b034f |
| RGB | rgb(59, 3, 79) |
| HSL | hsl(284, 93%, 16%) |
| CMYK | cmyk(25%, 96%, 0%, 69%) |
| LAB | lab(13.0 37.3 -32.1) |
| LCH | lch(13.0 49.2 319.3) |
| OKLCH | oklch(0.267 0.127 314.2) |
Copy-ready code
/* CSS */
color: #3b034f;
background-color: #3b034f;
/* Tailwind (arbitrary) */
class="text-[#3b034f] bg-[#3b034f]"
/* SCSS */
$brand: #3b034f;
/* SwiftUI */
Color(red: 0.231, green: 0.012, blue: 0.310)
/* Android */
Color.parseColor("#3b034f")Accessibility — WCAG contrast
Aa
#3b034f on white: 16.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3b034f on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green1.2%
Blue31.0%
CMYK percentages
Cyan25.3%
Magenta96.2%
Yellow0.0%
Key (black)69.0%
Color previews
#3b034f text on a black background
contrast 1.31:1
Card sample
#3b034f text on a white background
contrast 16.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b034f;
Background color
Panel with #3b034f background
background-color: #3b034f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b034f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 3, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 3, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b034f; background: linear-gradient(135deg, #3b034f, #4F0330);