#2c047f
a dark, electric violet · warm · closest name: navy
RGB
44, 4, 127
HSL
260°, 94%, 26%
CMYK
65, 97, 0, 50
Luminance
0.0215
Every format
| HEX | #2c047f |
| RGB | rgb(44, 4, 127) |
| HSL | hsl(260, 94%, 26%) |
| CMYK | cmyk(65%, 97%, 0%, 50%) |
| LAB | lab(16.3 47.1 -58.5) |
| LCH | lch(16.3 75.1 308.9) |
| OKLCH | oklch(0.300 0.173 283.3) |
Copy-ready code
/* CSS */
color: #2c047f;
background-color: #2c047f;
/* Tailwind (arbitrary) */
class="text-[#2c047f] bg-[#2c047f]"
/* SCSS */
$brand: #2c047f;
/* SwiftUI */
Color(red: 0.173, green: 0.016, blue: 0.498)
/* Android */
Color.parseColor("#2c047f")Accessibility — WCAG contrast
Aa
#2c047f on white: 14.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c047f on black: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green1.6%
Blue49.8%
CMYK percentages
Cyan65.4%
Magenta96.9%
Yellow0.0%
Key (black)50.2%
Color previews
#2c047f text on a black background
contrast 1.43:1
Card sample
#2c047f text on a white background
contrast 14.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c047f;
Background color
Panel with #2c047f background
background-color: #2c047f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c047f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 4, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 4, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c047f; background: linear-gradient(135deg, #2c047f, #7E047F);