#3c034b
a deep, electric violet · warm · closest name: midnightblue
RGB
60, 3, 75
HSL
288°, 92%, 15%
CMYK
20, 96, 0, 71
Luminance
0.0153
Every format
| HEX | #3c034b |
| RGB | rgb(60, 3, 75) |
| HSL | hsl(288, 92%, 15%) |
| CMYK | cmyk(20%, 96%, 0%, 71%) |
| LAB | lab(12.8 36.6 -29.6) |
| LCH | lch(12.8 47.1 321.1) |
| OKLCH | oklch(0.265 0.124 317.5) |
Copy-ready code
/* CSS */
color: #3c034b;
background-color: #3c034b;
/* Tailwind (arbitrary) */
class="text-[#3c034b] bg-[#3c034b]"
/* SCSS */
$brand: #3c034b;
/* SwiftUI */
Color(red: 0.235, green: 0.012, blue: 0.294)
/* Android */
Color.parseColor("#3c034b")Accessibility — WCAG contrast
Aa
#3c034b on white: 16.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c034b on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green1.2%
Blue29.4%
CMYK percentages
Cyan20.0%
Magenta96.0%
Yellow0.0%
Key (black)70.6%
Color previews
#3c034b text on a black background
contrast 1.31:1
Card sample
#3c034b text on a white background
contrast 16.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c034b;
Background color
Panel with #3c034b background
background-color: #3c034b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c034b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 3, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 3, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c034b; background: linear-gradient(135deg, #3c034b, #4B032A);