#162127
a deep, soft blue · cool · closest name: black
RGB
22, 33, 39
HSL
201°, 28%, 12%
CMYK
44, 15, 0, 85
Luminance
0.0140
Every format
| HEX | #162127 |
| RGB | rgb(22, 33, 39) |
| HSL | hsl(201, 28%, 12%) |
| CMYK | cmyk(44%, 15%, 0%, 85%) |
| LAB | lab(12.0 -2.9 -5.6) |
| LCH | lch(12.0 6.3 242.5) |
| OKLCH | oklch(0.240 0.019 232.4) |
Copy-ready code
/* CSS */
color: #162127;
background-color: #162127;
/* Tailwind (arbitrary) */
class="text-[#162127] bg-[#162127]"
/* SCSS */
$brand: #162127;
/* SwiftUI */
Color(red: 0.086, green: 0.129, blue: 0.153)
/* Android */
Color.parseColor("#162127")Accessibility — WCAG contrast
Aa
#162127 on white: 16.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#162127 on black: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green12.9%
Blue15.3%
CMYK percentages
Cyan43.6%
Magenta15.4%
Yellow0.0%
Key (black)84.7%
Color previews
#162127 text on a black background
contrast 1.28:1
Card sample
#162127 text on a white background
contrast 16.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #162127;
Background color
Panel with #162127 background
background-color: #162127;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #162127;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 33, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 33, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #162127; background: linear-gradient(135deg, #162127, #161627);