#3a136c
a deep, vivid violet · warm · closest name: midnightblue
RGB
58, 19, 108
HSL
266°, 70%, 25%
CMYK
46, 82, 0, 58
Luminance
0.0245
Every format
| HEX | #3a136c |
| RGB | rgb(58, 19, 108) |
| HSL | hsl(266, 70%, 25%) |
| CMYK | cmyk(46%, 82%, 0%, 58%) |
| LAB | lab(17.7 38.1 -43.9) |
| LCH | lch(17.7 58.1 311.0) |
| OKLCH | oklch(0.308 0.141 297.0) |
Copy-ready code
/* CSS */
color: #3a136c;
background-color: #3a136c;
/* Tailwind (arbitrary) */
class="text-[#3a136c] bg-[#3a136c]"
/* SCSS */
$brand: #3a136c;
/* SwiftUI */
Color(red: 0.227, green: 0.075, blue: 0.424)
/* Android */
Color.parseColor("#3a136c")Accessibility — WCAG contrast
Aa
#3a136c on white: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3a136c on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green7.5%
Blue42.4%
CMYK percentages
Cyan46.3%
Magenta82.4%
Yellow0.0%
Key (black)57.6%
Color previews
#3a136c text on a black background
contrast 1.49:1
Card sample
#3a136c text on a white background
contrast 14.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3a136c;
Background color
Panel with #3a136c background
background-color: #3a136c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3a136c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 19, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 19, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3a136c; background: linear-gradient(135deg, #3a136c, #6C1363);