#3a103c
a deep, vivid magenta / pink · warm · closest name: midnightblue
RGB
58, 16, 60
HSL
297°, 58%, 15%
CMYK
3, 73, 0, 77
Luminance
0.0160
Every format
| HEX | #3a103c |
| RGB | rgb(58, 16, 60) |
| HSL | hsl(297, 58%, 15%) |
| CMYK | cmyk(3%, 73%, 0%, 77%) |
| LAB | lab(13.2 27.5 -18.5) |
| LCH | lch(13.2 33.1 326.1) |
| OKLCH | oklch(0.264 0.091 325.9) |
Copy-ready code
/* CSS */
color: #3a103c;
background-color: #3a103c;
/* Tailwind (arbitrary) */
class="text-[#3a103c] bg-[#3a103c]"
/* SCSS */
$brand: #3a103c;
/* SwiftUI */
Color(red: 0.227, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#3a103c")Accessibility — WCAG contrast
Aa
#3a103c on white: 15.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3a103c on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green6.3%
Blue23.5%
CMYK percentages
Cyan3.3%
Magenta73.3%
Yellow0.0%
Key (black)76.5%
Color previews
#3a103c text on a black background
contrast 1.32:1
Card sample
#3a103c text on a white background
contrast 15.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3a103c;
Background color
Panel with #3a103c background
background-color: #3a103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3a103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3a103c; background: linear-gradient(135deg, #3a103c, #3C1021);