#2a053f
a deep, electric violet · warm · closest name: midnightblue
RGB
42, 5, 63
HSL
278°, 85%, 13%
CMYK
33, 92, 0, 75
Luminance
0.0096
Every format
| HEX | #2a053f |
| RGB | rgb(42, 5, 63) |
| HSL | hsl(278, 85%, 13%) |
| CMYK | cmyk(33%, 92%, 0%, 75%) |
| LAB | lab(8.7 29.6 -28.1) |
| LCH | lch(8.7 40.8 316.5) |
| OKLCH | oklch(0.226 0.103 309.2) |
Copy-ready code
/* CSS */
color: #2a053f;
background-color: #2a053f;
/* Tailwind (arbitrary) */
class="text-[#2a053f] bg-[#2a053f]"
/* SCSS */
$brand: #2a053f;
/* SwiftUI */
Color(red: 0.165, green: 0.020, blue: 0.247)
/* Android */
Color.parseColor("#2a053f")Accessibility — WCAG contrast
Aa
#2a053f on white: 17.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2a053f on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green2.0%
Blue24.7%
CMYK percentages
Cyan33.3%
Magenta92.1%
Yellow0.0%
Key (black)75.3%
Color previews
#2a053f text on a black background
contrast 1.19:1
Card sample
#2a053f text on a white background
contrast 17.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2a053f;
Background color
Panel with #2a053f background
background-color: #2a053f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2a053f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 5, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 5, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2a053f; background: linear-gradient(135deg, #2a053f, #3F052D);