#3a093f
a deep, electric magenta / pink · warm · closest name: midnightblue
RGB
58, 9, 63
HSL
294°, 75%, 14%
CMYK
8, 86, 0, 75
Luminance
0.0145
Every format
| HEX | #3a093f |
| RGB | rgb(58, 9, 63) |
| HSL | hsl(294, 75%, 14%) |
| CMYK | cmyk(8%, 86%, 0%, 75%) |
| LAB | lab(12.3 31.3 -22.0) |
| LCH | lch(12.3 38.3 324.8) |
| OKLCH | oklch(0.258 0.104 323.9) |
Copy-ready code
/* CSS */
color: #3a093f;
background-color: #3a093f;
/* Tailwind (arbitrary) */
class="text-[#3a093f] bg-[#3a093f]"
/* SCSS */
$brand: #3a093f;
/* SwiftUI */
Color(red: 0.227, green: 0.035, blue: 0.247)
/* Android */
Color.parseColor("#3a093f")Accessibility — WCAG contrast
Aa
#3a093f on white: 16.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3a093f on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green3.5%
Blue24.7%
CMYK percentages
Cyan7.9%
Magenta85.7%
Yellow0.0%
Key (black)75.3%
Color previews
#3a093f text on a black background
contrast 1.29:1
Card sample
#3a093f text on a white background
contrast 16.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3a093f;
Background color
Panel with #3a093f background
background-color: #3a093f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3a093f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 9, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 9, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3a093f; background: linear-gradient(135deg, #3a093f, #3F0920);