#0d092f
a deep, vivid blue · warm · closest name: black
RGB
13, 9, 47
HSL
246°, 68%, 11%
CMYK
72, 81, 0, 82
Luminance
0.0049
Every format
| HEX | #0d092f |
| RGB | rgb(13, 9, 47) |
| HSL | hsl(246, 68%, 11%) |
| CMYK | cmyk(72%, 81%, 0%, 82%) |
| LAB | lab(4.4 12.9 -23.5) |
| LCH | lch(4.4 26.8 298.8) |
| OKLCH | oklch(0.176 0.072 280.7) |
Copy-ready code
/* CSS */
color: #0d092f;
background-color: #0d092f;
/* Tailwind (arbitrary) */
class="text-[#0d092f] bg-[#0d092f]"
/* SCSS */
$brand: #0d092f;
/* SwiftUI */
Color(red: 0.051, green: 0.035, blue: 0.184)
/* Android */
Color.parseColor("#0d092f")Accessibility — WCAG contrast
Aa
#0d092f on white: 19.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0d092f on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green3.5%
Blue18.4%
CMYK percentages
Cyan72.3%
Magenta80.9%
Yellow0.0%
Key (black)81.6%
Color previews
#0d092f text on a black background
contrast 1.10:1
Card sample
#0d092f text on a white background
contrast 19.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0d092f;
Background color
Panel with #0d092f background
background-color: #0d092f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0d092f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 9, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 9, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0d092f; background: linear-gradient(135deg, #0d092f, #26092F);