#17005c
a deep, electric violet · warm · closest name: midnightblue
RGB
23, 0, 92
HSL
255°, 100%, 18%
CMYK
75, 100, 0, 64
Luminance
0.0095
Every format
| HEX | #17005c |
| RGB | rgb(23, 0, 92) |
| HSL | hsl(255, 100%, 18%) |
| CMYK | cmyk(75%, 100%, 0%, 64%) |
| LAB | lab(8.6 38.2 -48.4) |
| LCH | lch(8.6 61.6 308.3) |
| OKLCH | oklch(0.230 0.141 278.4) |
Copy-ready code
/* CSS */
color: #17005c;
background-color: #17005c;
/* Tailwind (arbitrary) */
class="text-[#17005c] bg-[#17005c]"
/* SCSS */
$brand: #17005c;
/* SwiftUI */
Color(red: 0.090, green: 0.000, blue: 0.361)
/* Android */
Color.parseColor("#17005c")Accessibility — WCAG contrast
Aa
#17005c on white: 17.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#17005c on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green0.0%
Blue36.1%
CMYK percentages
Cyan75.0%
Magenta100.0%
Yellow0.0%
Key (black)63.9%
Color previews
#17005c text on a black background
contrast 1.19:1
Card sample
#17005c text on a white background
contrast 17.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17005c;
Background color
Panel with #17005c background
background-color: #17005c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17005c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 0, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 0, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17005c; background: linear-gradient(135deg, #17005c, #54005C);