#170836
a deep, vivid violet · warm · closest name: midnightblue
RGB
23, 8, 54
HSL
260°, 74%, 12%
CMYK
57, 85, 0, 79
Luminance
0.0062
Every format
| HEX | #170836 |
| RGB | rgb(23, 8, 54) |
| HSL | hsl(260, 74%, 12%) |
| CMYK | cmyk(57%, 85%, 0%, 79%) |
| LAB | lab(5.6 20.1 -26.6) |
| LCH | lch(5.6 33.4 307.1) |
| OKLCH | oklch(0.193 0.084 291.6) |
Copy-ready code
/* CSS */
color: #170836;
background-color: #170836;
/* Tailwind (arbitrary) */
class="text-[#170836] bg-[#170836]"
/* SCSS */
$brand: #170836;
/* SwiftUI */
Color(red: 0.090, green: 0.031, blue: 0.212)
/* Android */
Color.parseColor("#170836")Accessibility — WCAG contrast
Aa
#170836 on white: 18.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#170836 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green3.1%
Blue21.2%
CMYK percentages
Cyan57.4%
Magenta85.2%
Yellow0.0%
Key (black)78.8%
Color previews
#170836 text on a black background
contrast 1.12:1
Card sample
#170836 text on a white background
contrast 18.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #170836;
Background color
Panel with #170836 background
background-color: #170836;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #170836;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 8, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 8, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #170836; background: linear-gradient(135deg, #170836, #360836);