#161c2b
a deep, soft blue · cool · closest name: black
RGB
22, 28, 43
HSL
223°, 32%, 13%
CMYK
49, 35, 0, 83
Luminance
0.0118
Every format
| HEX | #161c2b |
| RGB | rgb(22, 28, 43) |
| HSL | hsl(223, 32%, 13%) |
| CMYK | cmyk(49%, 35%, 0%, 83%) |
| LAB | lab(10.4 2.2 -11.0) |
| LCH | lch(10.4 11.2 281.1) |
| OKLCH | oklch(0.228 0.031 267.2) |
Copy-ready code
/* CSS */
color: #161c2b;
background-color: #161c2b;
/* Tailwind (arbitrary) */
class="text-[#161c2b] bg-[#161c2b]"
/* SCSS */
$brand: #161c2b;
/* SwiftUI */
Color(red: 0.086, green: 0.110, blue: 0.169)
/* Android */
Color.parseColor("#161c2b")Accessibility — WCAG contrast
Aa
#161c2b on white: 17.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#161c2b on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green11.0%
Blue16.9%
CMYK percentages
Cyan48.8%
Magenta34.9%
Yellow0.0%
Key (black)83.1%
Color previews
#161c2b text on a black background
contrast 1.24:1
Card sample
#161c2b text on a white background
contrast 17.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #161c2b;
Background color
Panel with #161c2b background
background-color: #161c2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #161c2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 28, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 28, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #161c2b; background: linear-gradient(135deg, #161c2b, #1E162B);