#2c074b
a deep, electric violet · warm · closest name: midnightblue
RGB
44, 7, 75
HSL
273°, 83%, 16%
CMYK
41, 91, 0, 71
Luminance
0.0120
Every format
| HEX | #2c074b |
| RGB | rgb(44, 7, 75) |
| HSL | hsl(273, 83%, 16%) |
| CMYK | cmyk(41%, 91%, 0%, 71%) |
| LAB | lab(10.5 32.0 -33.5) |
| LCH | lch(10.5 46.3 313.7) |
| OKLCH | oklch(0.243 0.114 303.0) |
Copy-ready code
/* CSS */
color: #2c074b;
background-color: #2c074b;
/* Tailwind (arbitrary) */
class="text-[#2c074b] bg-[#2c074b]"
/* SCSS */
$brand: #2c074b;
/* SwiftUI */
Color(red: 0.173, green: 0.027, blue: 0.294)
/* Android */
Color.parseColor("#2c074b")Accessibility — WCAG contrast
Aa
#2c074b on white: 16.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c074b on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green2.7%
Blue29.4%
CMYK percentages
Cyan41.3%
Magenta90.7%
Yellow0.0%
Key (black)70.6%
Color previews
#2c074b text on a black background
contrast 1.24:1
Card sample
#2c074b text on a white background
contrast 16.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c074b;
Background color
Panel with #2c074b background
background-color: #2c074b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c074b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 7, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 7, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c074b; background: linear-gradient(135deg, #2c074b, #4B073D);