#161f24
a deep, soft blue · cool · closest name: black
RGB
22, 31, 36
HSL
201°, 24%, 11%
CMYK
39, 14, 0, 86
Luminance
0.0128
Every format
| HEX | #161f24 |
| RGB | rgb(22, 31, 36) |
| HSL | hsl(201, 24%, 11%) |
| CMYK | cmyk(39%, 14%, 0%, 86%) |
| LAB | lab(11.1 -2.5 -4.7) |
| LCH | lch(11.1 5.3 242.3) |
| OKLCH | oklch(0.233 0.016 232.7) |
Copy-ready code
/* CSS */
color: #161f24;
background-color: #161f24;
/* Tailwind (arbitrary) */
class="text-[#161f24] bg-[#161f24]"
/* SCSS */
$brand: #161f24;
/* SwiftUI */
Color(red: 0.086, green: 0.122, blue: 0.141)
/* Android */
Color.parseColor("#161f24")Accessibility — WCAG contrast
Aa
#161f24 on white: 16.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#161f24 on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green12.2%
Blue14.1%
CMYK percentages
Cyan38.9%
Magenta13.9%
Yellow0.0%
Key (black)85.9%
Color previews
#161f24 text on a black background
contrast 1.26:1
Card sample
#161f24 text on a white background
contrast 16.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #161f24;
Background color
Panel with #161f24 background
background-color: #161f24;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #161f24;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 31, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 31, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #161f24; background: linear-gradient(135deg, #161f24, #161624);