#16166f
a dark, vivid blue · warm · “midnightblue”
RGB
22, 22, 111
HSL
240°, 67%, 26%
CMYK
80, 80, 0, 57
Luminance
0.0189
Every format
| HEX | #16166f |
| RGB | rgb(22, 22, 111) |
| HSL | hsl(240, 67%, 26%) |
| CMYK | cmyk(80%, 80%, 0%, 57%) |
| LAB | lab(14.9 32.9 -50.5) |
| LCH | lch(14.9 60.3 303.1) |
| OKLCH | oklch(0.281 0.146 271.8) |
Copy-ready code
/* CSS */
color: #16166f;
background-color: #16166f;
/* Tailwind (arbitrary) */
class="text-[#16166f] bg-[#16166f]"
/* SCSS */
$brand: #16166f;
/* SwiftUI */
Color(red: 0.086, green: 0.086, blue: 0.435)
/* Android */
Color.parseColor("#16166f")Accessibility — WCAG contrast
Aa
#16166f on white: 15.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#16166f on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green8.6%
Blue43.5%
CMYK percentages
Cyan80.2%
Magenta80.2%
Yellow0.0%
Key (black)56.5%
Color previews
#16166f text on a black background
contrast 1.38:1
Card sample
#16166f text on a white background
contrast 15.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16166f;
Background color
Panel with #16166f background
background-color: #16166f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16166f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 22, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 22, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16166f; background: linear-gradient(135deg, #16166f, #51166F);