#161f2c
a deep, soft blue · cool · closest name: black
RGB
22, 31, 44
HSL
216°, 33%, 13%
CMYK
50, 30, 0, 83
Luminance
0.0133
Every format
| HEX | #161f2c |
| RGB | rgb(22, 31, 44) |
| HSL | hsl(216, 33%, 13%) |
| CMYK | cmyk(50%, 30%, 0%, 83%) |
| LAB | lab(11.5 0.3 -10.0) |
| LCH | lch(11.5 10.0 271.6) |
| OKLCH | oklch(0.237 0.028 257.5) |
Copy-ready code
/* CSS */
color: #161f2c;
background-color: #161f2c;
/* Tailwind (arbitrary) */
class="text-[#161f2c] bg-[#161f2c]"
/* SCSS */
$brand: #161f2c;
/* SwiftUI */
Color(red: 0.086, green: 0.122, blue: 0.173)
/* Android */
Color.parseColor("#161f2c")Accessibility — WCAG contrast
Aa
#161f2c on white: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#161f2c on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green12.2%
Blue17.3%
CMYK percentages
Cyan50.0%
Magenta29.5%
Yellow0.0%
Key (black)82.7%
Color previews
#161f2c text on a black background
contrast 1.27:1
Card sample
#161f2c text on a white background
contrast 16.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #161f2c;
Background color
Panel with #161f2c background
background-color: #161f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #161f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 31, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 31, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #161f2c; background: linear-gradient(135deg, #161f2c, #1C162C);