#0d034f
a deep, electric blue · warm · closest name: midnightblue
RGB
13, 3, 79
HSL
248°, 93%, 16%
CMYK
84, 96, 0, 69
Luminance
0.0072
Every format
| HEX | #0d034f |
| RGB | rgb(13, 3, 79) |
| HSL | hsl(248, 93%, 16%) |
| CMYK | cmyk(84%, 96%, 0%, 69%) |
| LAB | lab(6.5 31.6 -43.1) |
| LCH | lch(6.5 53.4 306.3) |
| OKLCH | oklch(0.207 0.125 273.5) |
Copy-ready code
/* CSS */
color: #0d034f;
background-color: #0d034f;
/* Tailwind (arbitrary) */
class="text-[#0d034f] bg-[#0d034f]"
/* SCSS */
$brand: #0d034f;
/* SwiftUI */
Color(red: 0.051, green: 0.012, blue: 0.310)
/* Android */
Color.parseColor("#0d034f")Accessibility — WCAG contrast
Aa
#0d034f on white: 18.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0d034f on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green1.2%
Blue31.0%
CMYK percentages
Cyan83.5%
Magenta96.2%
Yellow0.0%
Key (black)69.0%
Color previews
#0d034f text on a black background
contrast 1.14:1
Card sample
#0d034f text on a white background
contrast 18.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0d034f;
Background color
Panel with #0d034f background
background-color: #0d034f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0d034f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 3, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 3, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0d034f; background: linear-gradient(135deg, #0d034f, #40034F);