#2b033a
a deep, electric violet · warm · closest name: midnightblue
RGB
43, 3, 58
HSL
284°, 90%, 12%
CMYK
26, 95, 0, 77
Luminance
0.0088
Every format
| HEX | #2b033a |
| RGB | rgb(43, 3, 58) |
| HSL | hsl(284, 90%, 12%) |
| CMYK | cmyk(26%, 95%, 0%, 77%) |
| LAB | lab(8.0 29.7 -25.6) |
| LCH | lch(8.0 39.2 319.3) |
| OKLCH | oklch(0.220 0.101 314.4) |
Copy-ready code
/* CSS */
color: #2b033a;
background-color: #2b033a;
/* Tailwind (arbitrary) */
class="text-[#2b033a] bg-[#2b033a]"
/* SCSS */
$brand: #2b033a;
/* SwiftUI */
Color(red: 0.169, green: 0.012, blue: 0.227)
/* Android */
Color.parseColor("#2b033a")Accessibility — WCAG contrast
Aa
#2b033a on white: 17.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2b033a on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green1.2%
Blue22.7%
CMYK percentages
Cyan25.9%
Magenta94.8%
Yellow0.0%
Key (black)77.3%
Color previews
#2b033a text on a black background
contrast 1.18:1
Card sample
#2b033a text on a white background
contrast 17.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2b033a;
Background color
Panel with #2b033a background
background-color: #2b033a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2b033a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 3, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 3, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2b033a; background: linear-gradient(135deg, #2b033a, #3A0324);