#0b0dbb
a dark, electric blue · warm · closest name: navy
RGB
11, 13, 187
HSL
239°, 89%, 39%
CMYK
94, 93, 0, 27
Luminance
0.0395
Every format
| HEX | #0b0dbb |
| RGB | rgb(11, 13, 187) |
| HSL | hsl(239, 89%, 39%) |
| CMYK | cmyk(94%, 93%, 0%, 27%) |
| LAB | lab(23.5 59.8 -83.4) |
| LCH | lch(23.5 102.6 305.6) |
| OKLCH | oklch(0.367 0.242 265.5) |
Copy-ready code
/* CSS */
color: #0b0dbb;
background-color: #0b0dbb;
/* Tailwind (arbitrary) */
class="text-[#0b0dbb] bg-[#0b0dbb]"
/* SCSS */
$brand: #0b0dbb;
/* SwiftUI */
Color(red: 0.043, green: 0.051, blue: 0.733)
/* Android */
Color.parseColor("#0b0dbb")Accessibility — WCAG contrast
Aa
#0b0dbb on white: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0b0dbb on black: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.3%
Green5.1%
Blue73.3%
CMYK percentages
Cyan94.1%
Magenta93.0%
Yellow0.0%
Key (black)26.7%
Color previews
#0b0dbb text on a black background
contrast 1.79:1
Card sample
#0b0dbb text on a white background
contrast 11.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0b0dbb;
Background color
Panel with #0b0dbb background
background-color: #0b0dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0b0dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(11, 13, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(11, 13, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0b0dbb; background: linear-gradient(135deg, #0b0dbb, #7E0BBB);