#110044
a deep, electric violet · warm · closest name: midnightblue
RGB
17, 0, 68
HSL
255°, 100%, 13%
CMYK
75, 100, 0, 73
Luminance
0.0054
Every format
| HEX | #110044 |
| RGB | rgb(17, 0, 68) |
| HSL | hsl(255, 100%, 13%) |
| CMYK | cmyk(75%, 100%, 0%, 73%) |
| LAB | lab(4.8 28.9 -38.0) |
| LCH | lch(4.8 47.8 307.3) |
| OKLCH | oklch(0.190 0.114 280.8) |
Copy-ready code
/* CSS */
color: #110044;
background-color: #110044;
/* Tailwind (arbitrary) */
class="text-[#110044] bg-[#110044]"
/* SCSS */
$brand: #110044;
/* SwiftUI */
Color(red: 0.067, green: 0.000, blue: 0.267)
/* Android */
Color.parseColor("#110044")Accessibility — WCAG contrast
Aa
#110044 on white: 18.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#110044 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green0.0%
Blue26.7%
CMYK percentages
Cyan75.0%
Magenta100.0%
Yellow0.0%
Key (black)73.3%
Color previews
#110044 text on a black background
contrast 1.11:1
Card sample
#110044 text on a white background
contrast 18.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #110044;
Background color
Panel with #110044 background
background-color: #110044;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #110044;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 0, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 0, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #110044; background: linear-gradient(135deg, #110044, #3E0044);