#2e0f6b
a deep, electric violet · warm · closest name: midnightblue
RGB
46, 15, 107
HSL
260°, 75%, 24%
CMYK
57, 86, 0, 58
Luminance
0.0198
Every format
| HEX | #2e0f6b |
| RGB | rgb(46, 15, 107) |
| HSL | hsl(260, 75%, 24%) |
| CMYK | cmyk(57%, 86%, 0%, 58%) |
| LAB | lab(15.4 37.8 -47.0) |
| LCH | lch(15.4 60.3 308.8) |
| OKLCH | oklch(0.288 0.143 289.2) |
Copy-ready code
/* CSS */
color: #2e0f6b;
background-color: #2e0f6b;
/* Tailwind (arbitrary) */
class="text-[#2e0f6b] bg-[#2e0f6b]"
/* SCSS */
$brand: #2e0f6b;
/* SwiftUI */
Color(red: 0.180, green: 0.059, blue: 0.420)
/* Android */
Color.parseColor("#2e0f6b")Accessibility — WCAG contrast
Aa
#2e0f6b on white: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2e0f6b on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green5.9%
Blue42.0%
CMYK percentages
Cyan57.0%
Magenta86.0%
Yellow0.0%
Key (black)58.0%
Color previews
#2e0f6b text on a black background
contrast 1.40:1
Card sample
#2e0f6b text on a white background
contrast 15.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2e0f6b;
Background color
Panel with #2e0f6b background
background-color: #2e0f6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2e0f6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 15, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 15, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2e0f6b; background: linear-gradient(135deg, #2e0f6b, #6B0F6B);