#2c1272
a dark, vivid violet · warm · closest name: midnightblue
RGB
44, 18, 114
HSL
256°, 73%, 26%
CMYK
61, 84, 0, 55
Luminance
0.0218
Every format
| HEX | #2c1272 |
| RGB | rgb(44, 18, 114) |
| HSL | hsl(256, 73%, 26%) |
| CMYK | cmyk(61%, 84%, 0%, 55%) |
| LAB | lab(16.4 38.3 -49.9) |
| LCH | lch(16.4 62.9 307.5) |
| OKLCH | oklch(0.297 0.149 285.2) |
Copy-ready code
/* CSS */
color: #2c1272;
background-color: #2c1272;
/* Tailwind (arbitrary) */
class="text-[#2c1272] bg-[#2c1272]"
/* SCSS */
$brand: #2c1272;
/* SwiftUI */
Color(red: 0.173, green: 0.071, blue: 0.447)
/* Android */
Color.parseColor("#2c1272")Accessibility — WCAG contrast
Aa
#2c1272 on white: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c1272 on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green7.1%
Blue44.7%
CMYK percentages
Cyan61.4%
Magenta84.2%
Yellow0.0%
Key (black)55.3%
Color previews
#2c1272 text on a black background
contrast 1.44:1
Card sample
#2c1272 text on a white background
contrast 14.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c1272;
Background color
Panel with #2c1272 background
background-color: #2c1272;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c1272;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 18, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 18, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c1272; background: linear-gradient(135deg, #2c1272, #6C1272);