#0d121f
a deep, soft blue · cool · closest name: black
RGB
13, 18, 31
HSL
223°, 41%, 9%
CMYK
58, 42, 0, 88
Luminance
0.0062
Every format
| HEX | #0d121f |
| RGB | rgb(13, 18, 31) |
| HSL | hsl(223, 41%, 9%) |
| CMYK | cmyk(58%, 42%, 0%, 88%) |
| LAB | lab(5.6 1.8 -9.5) |
| LCH | lch(5.6 9.6 280.5) |
| OKLCH | oklch(0.184 0.028 267.6) |
Copy-ready code
/* CSS */
color: #0d121f;
background-color: #0d121f;
/* Tailwind (arbitrary) */
class="text-[#0d121f] bg-[#0d121f]"
/* SCSS */
$brand: #0d121f;
/* SwiftUI */
Color(red: 0.051, green: 0.071, blue: 0.122)
/* Android */
Color.parseColor("#0d121f")Accessibility — WCAG contrast
Aa
#0d121f on white: 18.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0d121f on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green7.1%
Blue12.2%
CMYK percentages
Cyan58.1%
Magenta41.9%
Yellow0.0%
Key (black)87.8%
Color previews
#0d121f text on a black background
contrast 1.12:1
Card sample
#0d121f text on a white background
contrast 18.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0d121f;
Background color
Panel with #0d121f background
background-color: #0d121f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0d121f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 18, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 18, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0d121f; background: linear-gradient(135deg, #0d121f, #140D1F);