#2c165b
a deep, vivid violet · warm · closest name: midnightblue
RGB
44, 22, 91
HSL
259°, 61%, 22%
CMYK
52, 76, 0, 64
Luminance
0.0186
Every format
| HEX | #2c165b |
| RGB | rgb(44, 22, 91) |
| HSL | hsl(259, 61%, 22%) |
| CMYK | cmyk(52%, 76%, 0%, 64%) |
| LAB | lab(14.8 29.1 -37.5) |
| LCH | lch(14.8 47.4 307.8) |
| OKLCH | oklch(0.278 0.116 291.7) |
Copy-ready code
/* CSS */
color: #2c165b;
background-color: #2c165b;
/* Tailwind (arbitrary) */
class="text-[#2c165b] bg-[#2c165b]"
/* SCSS */
$brand: #2c165b;
/* SwiftUI */
Color(red: 0.173, green: 0.086, blue: 0.357)
/* Android */
Color.parseColor("#2c165b")Accessibility — WCAG contrast
Aa
#2c165b on white: 15.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c165b on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green8.6%
Blue35.7%
CMYK percentages
Cyan51.6%
Magenta75.8%
Yellow0.0%
Key (black)64.3%
Color previews
#2c165b text on a black background
contrast 1.37:1
Card sample
#2c165b text on a white background
contrast 15.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c165b;
Background color
Panel with #2c165b background
background-color: #2c165b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c165b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 22, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 22, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c165b; background: linear-gradient(135deg, #2c165b, #5A165B);