#161228
a deep, soft blue · warm · closest name: black
RGB
22, 18, 40
HSL
251°, 38%, 11%
CMYK
45, 55, 0, 84
Luminance
0.0076
Every format
| HEX | #161228 |
| RGB | rgb(22, 18, 40) |
| HSL | hsl(251, 38%, 11%) |
| CMYK | cmyk(45%, 55%, 0%, 84%) |
| LAB | lab(6.8 8.5 -14.3) |
| LCH | lch(6.8 16.6 300.8) |
| OKLCH | oklch(0.200 0.043 290.3) |
Copy-ready code
/* CSS */
color: #161228;
background-color: #161228;
/* Tailwind (arbitrary) */
class="text-[#161228] bg-[#161228]"
/* SCSS */
$brand: #161228;
/* SwiftUI */
Color(red: 0.086, green: 0.071, blue: 0.157)
/* Android */
Color.parseColor("#161228")Accessibility — WCAG contrast
Aa
#161228 on white: 18.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#161228 on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green7.1%
Blue15.7%
CMYK percentages
Cyan45.0%
Magenta55.0%
Yellow0.0%
Key (black)84.3%
Color previews
#161228 text on a black background
contrast 1.15:1
Card sample
#161228 text on a white background
contrast 18.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #161228;
Background color
Panel with #161228 background
background-color: #161228;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #161228;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 18, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 18, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #161228; background: linear-gradient(135deg, #161228, #251228);