#0c162b
a deep, vivid blue · cool · closest name: black
RGB
12, 22, 43
HSL
221°, 56%, 11%
CMYK
72, 49, 0, 83
Luminance
0.0083
Every format
| HEX | #0c162b |
| RGB | rgb(12, 22, 43) |
| HSL | hsl(221, 56%, 11%) |
| CMYK | cmyk(72%, 49%, 0%, 83%) |
| LAB | lab(7.5 3.6 -15.6) |
| LCH | lch(7.5 16.0 283.1) |
| OKLCH | oklch(0.203 0.045 263.7) |
Copy-ready code
/* CSS */
color: #0c162b;
background-color: #0c162b;
/* Tailwind (arbitrary) */
class="text-[#0c162b] bg-[#0c162b]"
/* SCSS */
$brand: #0c162b;
/* SwiftUI */
Color(red: 0.047, green: 0.086, blue: 0.169)
/* Android */
Color.parseColor("#0c162b")Accessibility — WCAG contrast
Aa
#0c162b on white: 18.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c162b on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green8.6%
Blue16.9%
CMYK percentages
Cyan72.1%
Magenta48.8%
Yellow0.0%
Key (black)83.1%
Color previews
#0c162b text on a black background
contrast 1.17:1
Card sample
#0c162b text on a white background
contrast 18.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c162b;
Background color
Panel with #0c162b background
background-color: #0c162b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c162b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 22, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 22, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c162b; background: linear-gradient(135deg, #0c162b, #170C2B);