#2e004b
a deep, electric violet · warm · closest name: midnightblue
RGB
46, 0, 75
HSL
277°, 100%, 15%
CMYK
39, 100, 0, 71
Luminance
0.0109
Every format
| HEX | #2e004b |
| RGB | rgb(46, 0, 75) |
| HSL | hsl(277, 100%, 15%) |
| CMYK | cmyk(39%, 100%, 0%, 71%) |
| LAB | lab(9.7 35.8 -34.8) |
| LCH | lch(9.7 49.9 315.8) |
| OKLCH | oklch(0.238 0.123 306.3) |
Copy-ready code
/* CSS */
color: #2e004b;
background-color: #2e004b;
/* Tailwind (arbitrary) */
class="text-[#2e004b] bg-[#2e004b]"
/* SCSS */
$brand: #2e004b;
/* SwiftUI */
Color(red: 0.180, green: 0.000, blue: 0.294)
/* Android */
Color.parseColor("#2e004b")Accessibility — WCAG contrast
Aa
#2e004b on white: 17.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2e004b on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green0.0%
Blue29.4%
CMYK percentages
Cyan38.7%
Magenta100.0%
Yellow0.0%
Key (black)70.6%
Color previews
#2e004b text on a black background
contrast 1.22:1
Card sample
#2e004b text on a white background
contrast 17.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2e004b;
Background color
Panel with #2e004b background
background-color: #2e004b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2e004b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 0, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 0, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2e004b; background: linear-gradient(135deg, #2e004b, #4B0036);