#2c044b
a deep, electric violet · warm · closest name: midnightblue
RGB
44, 4, 75
HSL
274°, 90%, 16%
CMYK
41, 95, 0, 71
Luminance
0.0113
Every format
| HEX | #2c044b |
| RGB | rgb(44, 4, 75) |
| HSL | hsl(274, 90%, 16%) |
| CMYK | cmyk(41%, 95%, 0%, 71%) |
| LAB | lab(10.0 33.5 -34.3) |
| LCH | lch(10.0 47.9 314.3) |
| OKLCH | oklch(0.240 0.118 303.6) |
Copy-ready code
/* CSS */
color: #2c044b;
background-color: #2c044b;
/* Tailwind (arbitrary) */
class="text-[#2c044b] bg-[#2c044b]"
/* SCSS */
$brand: #2c044b;
/* SwiftUI */
Color(red: 0.173, green: 0.016, blue: 0.294)
/* Android */
Color.parseColor("#2c044b")Accessibility — WCAG contrast
Aa
#2c044b on white: 17.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c044b on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green1.6%
Blue29.4%
CMYK percentages
Cyan41.3%
Magenta94.7%
Yellow0.0%
Key (black)70.6%
Color previews
#2c044b text on a black background
contrast 1.23:1
Card sample
#2c044b text on a white background
contrast 17.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c044b;
Background color
Panel with #2c044b background
background-color: #2c044b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c044b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 4, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 4, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c044b; background: linear-gradient(135deg, #2c044b, #4B043B);