#0b1698
a dark, electric blue · warm · closest name: navy
RGB
11, 22, 152
HSL
235°, 87%, 32%
CMYK
93, 86, 0, 40
Luminance
0.0291
Every format
| HEX | #0b1698 |
| RGB | rgb(11, 22, 152) |
| HSL | hsl(235, 87%, 32%) |
| CMYK | cmyk(93%, 86%, 0%, 40%) |
| LAB | lab(19.7 46.3 -68.5) |
| LCH | lch(19.7 82.7 304.0) |
| OKLCH | oklch(0.328 0.199 266.2) |
Copy-ready code
/* CSS */
color: #0b1698;
background-color: #0b1698;
/* Tailwind (arbitrary) */
class="text-[#0b1698] bg-[#0b1698]"
/* SCSS */
$brand: #0b1698;
/* SwiftUI */
Color(red: 0.043, green: 0.086, blue: 0.596)
/* Android */
Color.parseColor("#0b1698")Accessibility — WCAG contrast
Aa
#0b1698 on white: 13.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0b1698 on black: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green8.6%
Blue59.6%
CMYK percentages
Cyan92.8%
Magenta85.5%
Yellow0.0%
Key (black)40.4%
Color previews
#0b1698 text on a black background
contrast 1.58:1
Card sample
#0b1698 text on a white background
contrast 13.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b1698;
Background color
Panel with #0b1698 background
background-color: #0b1698;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b1698;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 22, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 22, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b1698; background: linear-gradient(135deg, #0b1698, #5E0B98);