#0d112b
a deep, vivid blue · warm · closest name: black
RGB
13, 17, 43
HSL
232°, 54%, 11%
CMYK
70, 61, 0, 83
Luminance
0.0066
Every format
| HEX | #0d112b |
| RGB | rgb(13, 17, 43) |
| HSL | hsl(232, 54%, 11%) |
| CMYK | cmyk(70%, 61%, 0%, 83%) |
| LAB | lab(6.0 7.1 -18.0) |
| LCH | lch(6.0 19.3 291.7) |
| OKLCH | oklch(0.191 0.052 273.8) |
Copy-ready code
/* CSS */
color: #0d112b;
background-color: #0d112b;
/* Tailwind (arbitrary) */
class="text-[#0d112b] bg-[#0d112b]"
/* SCSS */
$brand: #0d112b;
/* SwiftUI */
Color(red: 0.051, green: 0.067, blue: 0.169)
/* Android */
Color.parseColor("#0d112b")Accessibility — WCAG contrast
Aa
#0d112b on white: 18.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0d112b on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green6.7%
Blue16.9%
CMYK percentages
Cyan69.8%
Magenta60.5%
Yellow0.0%
Key (black)83.1%
Color previews
#0d112b text on a black background
contrast 1.13:1
Card sample
#0d112b text on a white background
contrast 18.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0d112b;
Background color
Panel with #0d112b background
background-color: #0d112b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0d112b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 17, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 17, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0d112b; background: linear-gradient(135deg, #0d112b, #1D0D2B);