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