#0b407f
a dark, electric blue · cool · closest name: midnightblue
RGB
11, 64, 127
HSL
213°, 84%, 27%
CMYK
91, 50, 0, 50
Luminance
0.0527
Every format
| HEX | #0b407f |
| RGB | rgb(11, 64, 127) |
| HSL | hsl(213, 84%, 27%) |
| CMYK | cmyk(91%, 50%, 0%, 50%) |
| LAB | lab(27.5 9.4 -40.2) |
| LCH | lch(27.5 41.3 283.2) |
| OKLCH | oklch(0.378 0.119 256.2) |
Copy-ready code
/* CSS */
color: #0b407f;
background-color: #0b407f;
/* Tailwind (arbitrary) */
class="text-[#0b407f] bg-[#0b407f]"
/* SCSS */
$brand: #0b407f;
/* SwiftUI */
Color(red: 0.043, green: 0.251, blue: 0.498)
/* Android */
Color.parseColor("#0b407f")Accessibility — WCAG contrast
Aa
#0b407f on white: 10.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0b407f on black: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green25.1%
Blue49.8%
CMYK percentages
Cyan91.3%
Magenta49.6%
Yellow0.0%
Key (black)50.2%
Color previews
#0b407f text on a black background
contrast 2.05:1
Card sample
#0b407f text on a white background
contrast 10.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b407f;
Background color
Panel with #0b407f background
background-color: #0b407f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b407f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 64, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 64, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b407f; background: linear-gradient(135deg, #0b407f, #230B7F);