#000d85
a dark, electric blue · warm · closest name: navy
RGB
0, 13, 133
HSL
234°, 100%, 26%
CMYK
100, 90, 0, 48
Luminance
0.0198
Every format
| HEX | #000d85 |
| RGB | rgb(0, 13, 133) |
| HSL | hsl(234, 100%, 26%) |
| CMYK | cmyk(100%, 90%, 0%, 48%) |
| LAB | lab(15.4 43.9 -63.8) |
| LCH | lch(15.4 77.5 304.5) |
| OKLCH | oklch(0.290 0.186 264.2) |
Copy-ready code
/* CSS */
color: #000d85;
background-color: #000d85;
/* Tailwind (arbitrary) */
class="text-[#000d85] bg-[#000d85]"
/* SCSS */
$brand: #000d85;
/* SwiftUI */
Color(red: 0.000, green: 0.051, blue: 0.522)
/* Android */
Color.parseColor("#000d85")Accessibility — WCAG contrast
Aa
#000d85 on white: 15.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#000d85 on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green5.1%
Blue52.2%
CMYK percentages
Cyan100.0%
Magenta90.2%
Yellow0.0%
Key (black)47.8%
Color previews
#000d85 text on a black background
contrast 1.40:1
Card sample
#000d85 text on a white background
contrast 15.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #000d85;
Background color
Panel with #000d85 background
background-color: #000d85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #000d85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 13, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 13, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #000d85; background: linear-gradient(135deg, #000d85, #4C0085);