#3d0752
a deep, electric violet · warm · closest name: midnightblue
RGB
61, 7, 82
HSL
283°, 84%, 18%
CMYK
26, 92, 0, 68
Luminance
0.0175
Every format
| HEX | #3d0752 |
| RGB | rgb(61, 7, 82) |
| HSL | hsl(283, 84%, 18%) |
| CMYK | cmyk(26%, 92%, 0%, 68%) |
| LAB | lab(14.1 36.8 -32.3) |
| LCH | lch(14.1 49.0 318.8) |
| OKLCH | oklch(0.277 0.126 313.6) |
Copy-ready code
/* CSS */
color: #3d0752;
background-color: #3d0752;
/* Tailwind (arbitrary) */
class="text-[#3d0752] bg-[#3d0752]"
/* SCSS */
$brand: #3d0752;
/* SwiftUI */
Color(red: 0.239, green: 0.027, blue: 0.322)
/* Android */
Color.parseColor("#3d0752")Accessibility — WCAG contrast
Aa
#3d0752 on white: 15.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3d0752 on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green2.7%
Blue32.2%
CMYK percentages
Cyan25.6%
Magenta91.5%
Yellow0.0%
Key (black)67.8%
Color previews
#3d0752 text on a black background
contrast 1.35:1
Card sample
#3d0752 text on a white background
contrast 15.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3d0752;
Background color
Panel with #3d0752 background
background-color: #3d0752;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3d0752;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 7, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 7, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3d0752; background: linear-gradient(135deg, #3d0752, #520735);