#170044
a deep, electric violet · warm · closest name: midnightblue
RGB
23, 0, 68
HSL
260°, 100%, 13%
CMYK
66, 100, 0, 73
Luminance
0.0060
Every format
| HEX | #170044 |
| RGB | rgb(23, 0, 68) |
| HSL | hsl(260, 100%, 13%) |
| CMYK | cmyk(66%, 100%, 0%, 73%) |
| LAB | lab(5.4 30.2 -37.0) |
| LCH | lch(5.4 47.8 309.1) |
| OKLCH | oklch(0.197 0.113 287.2) |
Copy-ready code
/* CSS */
color: #170044;
background-color: #170044;
/* Tailwind (arbitrary) */
class="text-[#170044] bg-[#170044]"
/* SCSS */
$brand: #170044;
/* SwiftUI */
Color(red: 0.090, green: 0.000, blue: 0.267)
/* Android */
Color.parseColor("#170044")Accessibility — WCAG contrast
Aa
#170044 on white: 18.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#170044 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green0.0%
Blue26.7%
CMYK percentages
Cyan66.2%
Magenta100.0%
Yellow0.0%
Key (black)73.3%
Color previews
#170044 text on a black background
contrast 1.12:1
Card sample
#170044 text on a white background
contrast 18.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #170044;
Background color
Panel with #170044 background
background-color: #170044;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #170044;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 0, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 0, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #170044; background: linear-gradient(135deg, #170044, #440043);