#000b85
a dark, electric blue · warm · closest name: navy
RGB
0, 11, 133
HSL
235°, 100%, 26%
CMYK
100, 92, 0, 48
Luminance
0.0193
Every format
| HEX | #000b85 |
| RGB | rgb(0, 11, 133) |
| HSL | hsl(235, 100%, 26%) |
| CMYK | cmyk(100%, 92%, 0%, 48%) |
| LAB | lab(15.1 44.7 -64.3) |
| LCH | lch(15.1 78.3 304.8) |
| OKLCH | oklch(0.288 0.187 264.2) |
Copy-ready code
/* CSS */
color: #000b85;
background-color: #000b85;
/* Tailwind (arbitrary) */
class="text-[#000b85] bg-[#000b85]"
/* SCSS */
$brand: #000b85;
/* SwiftUI */
Color(red: 0.000, green: 0.043, blue: 0.522)
/* Android */
Color.parseColor("#000b85")Accessibility — WCAG contrast
Aa
#000b85 on white: 15.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#000b85 on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green4.3%
Blue52.2%
CMYK percentages
Cyan100.0%
Magenta91.7%
Yellow0.0%
Key (black)47.8%
Color previews
#000b85 text on a black background
contrast 1.39:1
Card sample
#000b85 text on a white background
contrast 15.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #000b85;
Background color
Panel with #000b85 background
background-color: #000b85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #000b85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 11, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 11, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #000b85; background: linear-gradient(135deg, #000b85, #4E0085);