#2e034f
a deep, electric violet · warm · closest name: midnightblue
RGB
46, 3, 79
HSL
274°, 93%, 16%
CMYK
42, 96, 0, 69
Luminance
0.0121
Every format
| HEX | #2e034f |
| RGB | rgb(46, 3, 79) |
| HSL | hsl(274, 93%, 16%) |
| CMYK | cmyk(42%, 96%, 0%, 69%) |
| LAB | lab(10.6 35.3 -36.0) |
| LCH | lch(10.6 50.4 314.4) |
| OKLCH | oklch(0.246 0.123 303.4) |
Copy-ready code
/* CSS */
color: #2e034f;
background-color: #2e034f;
/* Tailwind (arbitrary) */
class="text-[#2e034f] bg-[#2e034f]"
/* SCSS */
$brand: #2e034f;
/* SwiftUI */
Color(red: 0.180, green: 0.012, blue: 0.310)
/* Android */
Color.parseColor("#2e034f")Accessibility — WCAG contrast
Aa
#2e034f on white: 16.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2e034f on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green1.2%
Blue31.0%
CMYK percentages
Cyan41.8%
Magenta96.2%
Yellow0.0%
Key (black)69.0%
Color previews
#2e034f text on a black background
contrast 1.24:1
Card sample
#2e034f text on a white background
contrast 16.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2e034f;
Background color
Panel with #2e034f background
background-color: #2e034f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2e034f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 3, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 3, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2e034f; background: linear-gradient(135deg, #2e034f, #4F033D);