#0b034f
a deep, electric blue · warm · closest name: midnightblue
RGB
11, 3, 79
HSL
246°, 93%, 16%
CMYK
86, 96, 0, 69
Luminance
0.0070
Every format
| HEX | #0b034f |
| RGB | rgb(11, 3, 79) |
| HSL | hsl(246, 93%, 16%) |
| CMYK | cmyk(86%, 96%, 0%, 69%) |
| LAB | lab(6.3 31.4 -43.3) |
| LCH | lch(6.3 53.5 305.9) |
| OKLCH | oklch(0.206 0.126 272.1) |
Copy-ready code
/* CSS */
color: #0b034f;
background-color: #0b034f;
/* Tailwind (arbitrary) */
class="text-[#0b034f] bg-[#0b034f]"
/* SCSS */
$brand: #0b034f;
/* SwiftUI */
Color(red: 0.043, green: 0.012, blue: 0.310)
/* Android */
Color.parseColor("#0b034f")Accessibility — WCAG contrast
Aa
#0b034f on white: 18.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0b034f on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green1.2%
Blue31.0%
CMYK percentages
Cyan86.1%
Magenta96.2%
Yellow0.0%
Key (black)69.0%
Color previews
#0b034f text on a black background
contrast 1.14:1
Card sample
#0b034f text on a white background
contrast 18.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b034f;
Background color
Panel with #0b034f background
background-color: #0b034f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b034f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 3, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 3, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b034f; background: linear-gradient(135deg, #0b034f, #3E034F);