#2a034f
a deep, electric violet · warm · closest name: midnightblue
RGB
42, 3, 79
HSL
271°, 93%, 16%
CMYK
47, 96, 0, 69
Luminance
0.0112
Every format
| HEX | #2a034f |
| RGB | rgb(42, 3, 79) |
| HSL | hsl(271, 93%, 16%) |
| CMYK | cmyk(47%, 96%, 0%, 69%) |
| LAB | lab(10.0 34.7 -37.2) |
| LCH | lch(10.0 50.9 313.1) |
| OKLCH | oklch(0.240 0.123 299.7) |
Copy-ready code
/* CSS */
color: #2a034f;
background-color: #2a034f;
/* Tailwind (arbitrary) */
class="text-[#2a034f] bg-[#2a034f]"
/* SCSS */
$brand: #2a034f;
/* SwiftUI */
Color(red: 0.165, green: 0.012, blue: 0.310)
/* Android */
Color.parseColor("#2a034f")Accessibility — WCAG contrast
Aa
#2a034f on white: 17.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2a034f on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green1.2%
Blue31.0%
CMYK percentages
Cyan46.8%
Magenta96.2%
Yellow0.0%
Key (black)69.0%
Color previews
#2a034f text on a black background
contrast 1.22:1
Card sample
#2a034f text on a white background
contrast 17.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2a034f;
Background color
Panel with #2a034f background
background-color: #2a034f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2a034f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 3, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 3, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2a034f; background: linear-gradient(135deg, #2a034f, #4F0341);