#3d0959
a deep, electric violet · warm · closest name: midnightblue
RGB
61, 9, 89
HSL
279°, 82%, 19%
CMYK
32, 90, 0, 65
Luminance
0.0191
Every format
| HEX | #3d0959 |
| RGB | rgb(61, 9, 89) |
| HSL | hsl(279, 82%, 19%) |
| CMYK | cmyk(32%, 90%, 0%, 65%) |
| LAB | lab(15.0 37.7 -35.6) |
| LCH | lch(15.0 51.9 316.6) |
| OKLCH | oklch(0.284 0.131 309.4) |
Copy-ready code
/* CSS */
color: #3d0959;
background-color: #3d0959;
/* Tailwind (arbitrary) */
class="text-[#3d0959] bg-[#3d0959]"
/* SCSS */
$brand: #3d0959;
/* SwiftUI */
Color(red: 0.239, green: 0.035, blue: 0.349)
/* Android */
Color.parseColor("#3d0959")Accessibility — WCAG contrast
Aa
#3d0959 on white: 15.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3d0959 on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green3.5%
Blue34.9%
CMYK percentages
Cyan31.5%
Magenta89.9%
Yellow0.0%
Key (black)65.1%
Color previews
#3d0959 text on a black background
contrast 1.38:1
Card sample
#3d0959 text on a white background
contrast 15.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3d0959;
Background color
Panel with #3d0959 background
background-color: #3d0959;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3d0959;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 9, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 9, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3d0959; background: linear-gradient(135deg, #3d0959, #590940);