#2c034b
a deep, electric violet · warm · closest name: midnightblue
RGB
44, 3, 75
HSL
274°, 92%, 15%
CMYK
41, 96, 0, 71
Luminance
0.0111
Every format
| HEX | #2c034b |
| RGB | rgb(44, 3, 75) |
| HSL | hsl(274, 92%, 15%) |
| CMYK | cmyk(41%, 96%, 0%, 71%) |
| LAB | lab(9.9 34.0 -34.5) |
| LCH | lch(9.9 48.5 314.5) |
| OKLCH | oklch(0.239 0.119 303.8) |
Copy-ready code
/* CSS */
color: #2c034b;
background-color: #2c034b;
/* Tailwind (arbitrary) */
class="text-[#2c034b] bg-[#2c034b]"
/* SCSS */
$brand: #2c034b;
/* SwiftUI */
Color(red: 0.173, green: 0.012, blue: 0.294)
/* Android */
Color.parseColor("#2c034b")Accessibility — WCAG contrast
Aa
#2c034b on white: 17.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c034b on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green1.2%
Blue29.4%
CMYK percentages
Cyan41.3%
Magenta96.0%
Yellow0.0%
Key (black)70.6%
Color previews
#2c034b text on a black background
contrast 1.22:1
Card sample
#2c034b text on a white background
contrast 17.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c034b;
Background color
Panel with #2c034b background
background-color: #2c034b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c034b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 3, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 3, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c034b; background: linear-gradient(135deg, #2c034b, #4B033A);