#2a033f
a deep, electric violet · warm · closest name: midnightblue
RGB
42, 3, 63
HSL
279°, 91%, 13%
CMYK
33, 95, 0, 75
Luminance
0.0092
Every format
| HEX | #2a033f |
| RGB | rgb(42, 3, 63) |
| HSL | hsl(279, 91%, 13%) |
| CMYK | cmyk(33%, 95%, 0%, 75%) |
| LAB | lab(8.3 30.7 -28.7) |
| LCH | lch(8.3 42.0 316.9) |
| OKLCH | oklch(0.223 0.106 309.7) |
Copy-ready code
/* CSS */
color: #2a033f;
background-color: #2a033f;
/* Tailwind (arbitrary) */
class="text-[#2a033f] bg-[#2a033f]"
/* SCSS */
$brand: #2a033f;
/* SwiftUI */
Color(red: 0.165, green: 0.012, blue: 0.247)
/* Android */
Color.parseColor("#2a033f")Accessibility — WCAG contrast
Aa
#2a033f on white: 17.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2a033f on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green1.2%
Blue24.7%
CMYK percentages
Cyan33.3%
Magenta95.2%
Yellow0.0%
Key (black)75.3%
Color previews
#2a033f text on a black background
contrast 1.18:1
Card sample
#2a033f text on a white background
contrast 17.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2a033f;
Background color
Panel with #2a033f background
background-color: #2a033f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2a033f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 3, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 3, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2a033f; background: linear-gradient(135deg, #2a033f, #3F032C);