#0b2e98
a dark, electric blue · warm · closest name: midnightblue
RGB
11, 46, 152
HSL
225°, 87%, 32%
CMYK
93, 70, 0, 40
Luminance
0.0429
Every format
| HEX | #0b2e98 |
| RGB | rgb(11, 46, 152) |
| HSL | hsl(225, 87%, 32%) |
| CMYK | cmyk(93%, 70%, 0%, 40%) |
| LAB | lab(24.6 32.3 -60.4) |
| LCH | lch(24.6 68.5 298.2) |
| OKLCH | oklch(0.363 0.176 264.4) |
Copy-ready code
/* CSS */
color: #0b2e98;
background-color: #0b2e98;
/* Tailwind (arbitrary) */
class="text-[#0b2e98] bg-[#0b2e98]"
/* SCSS */
$brand: #0b2e98;
/* SwiftUI */
Color(red: 0.043, green: 0.180, blue: 0.596)
/* Android */
Color.parseColor("#0b2e98")Accessibility — WCAG contrast
Aa
#0b2e98 on white: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0b2e98 on black: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green18.0%
Blue59.6%
CMYK percentages
Cyan92.8%
Magenta69.7%
Yellow0.0%
Key (black)40.4%
Color previews
#0b2e98 text on a black background
contrast 1.86:1
Card sample
#0b2e98 text on a white background
contrast 11.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b2e98;
Background color
Panel with #0b2e98 background
background-color: #0b2e98;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b2e98;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 46, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 46, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b2e98; background: linear-gradient(135deg, #0b2e98, #460B98);