#0d2449
a deep, vivid blue · cool · closest name: black
RGB
13, 36, 73
HSL
217°, 70%, 17%
CMYK
82, 51, 0, 71
Luminance
0.0183
Every format
| HEX | #0d2449 |
| RGB | rgb(13, 36, 73) |
| HSL | hsl(217, 70%, 17%) |
| CMYK | cmyk(82%, 51%, 0%, 71%) |
| LAB | lab(14.6 6.3 -25.7) |
| LCH | lch(14.6 26.4 283.8) |
| OKLCH | oklch(0.265 0.075 259.5) |
Copy-ready code
/* CSS */
color: #0d2449;
background-color: #0d2449;
/* Tailwind (arbitrary) */
class="text-[#0d2449] bg-[#0d2449]"
/* SCSS */
$brand: #0d2449;
/* SwiftUI */
Color(red: 0.051, green: 0.141, blue: 0.286)
/* Android */
Color.parseColor("#0d2449")Accessibility — WCAG contrast
Aa
#0d2449 on white: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0d2449 on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green14.1%
Blue28.6%
CMYK percentages
Cyan82.2%
Magenta50.7%
Yellow0.0%
Key (black)71.4%
Color previews
#0d2449 text on a black background
contrast 1.37:1
Card sample
#0d2449 text on a white background
contrast 15.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0d2449;
Background color
Panel with #0d2449 background
background-color: #0d2449;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0d2449;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 36, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 36, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0d2449; background: linear-gradient(135deg, #0d2449, #1E0D49);