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