#11072c
a deep, vivid violet · warm · closest name: black
RGB
17, 7, 44
HSL
256°, 73%, 10%
CMYK
61, 84, 0, 83
Luminance
0.0045
Every format
| HEX | #11072c |
| RGB | rgb(17, 7, 44) |
| HSL | hsl(256, 73%, 10%) |
| CMYK | cmyk(61%, 84%, 0%, 83%) |
| LAB | lab(4.1 13.6 -21.7) |
| LCH | lch(4.1 25.6 302.0) |
| OKLCH | oklch(0.173 0.071 289.6) |
Copy-ready code
/* CSS */
color: #11072c;
background-color: #11072c;
/* Tailwind (arbitrary) */
class="text-[#11072c] bg-[#11072c]"
/* SCSS */
$brand: #11072c;
/* SwiftUI */
Color(red: 0.067, green: 0.027, blue: 0.173)
/* Android */
Color.parseColor("#11072c")Accessibility — WCAG contrast
Aa
#11072c on white: 19.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#11072c on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green2.7%
Blue17.3%
CMYK percentages
Cyan61.4%
Magenta84.1%
Yellow0.0%
Key (black)82.7%
Color previews
#11072c text on a black background
contrast 1.09:1
Card sample
#11072c text on a white background
contrast 19.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11072c;
Background color
Panel with #11072c background
background-color: #11072c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11072c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 7, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 7, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11072c; background: linear-gradient(135deg, #11072c, #2A072C);