#081d91
a dark, electric blue · warm · closest name: navy
RGB
8, 29, 145
HSL
231°, 90%, 30%
CMYK
95, 80, 0, 43
Luminance
0.0297
Every format
| HEX | #081d91 |
| RGB | rgb(8, 29, 145) |
| HSL | hsl(231, 90%, 30%) |
| CMYK | cmyk(95%, 80%, 0%, 43%) |
| LAB | lab(19.9 40.2 -63.8) |
| LCH | lch(19.9 75.4 302.2) |
| OKLCH | oklch(0.327 0.185 265.5) |
Copy-ready code
/* CSS */
color: #081d91;
background-color: #081d91;
/* Tailwind (arbitrary) */
class="text-[#081d91] bg-[#081d91]"
/* SCSS */
$brand: #081d91;
/* SwiftUI */
Color(red: 0.031, green: 0.114, blue: 0.569)
/* Android */
Color.parseColor("#081d91")Accessibility — WCAG contrast
Aa
#081d91 on white: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#081d91 on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green11.4%
Blue56.9%
CMYK percentages
Cyan94.5%
Magenta80.0%
Yellow0.0%
Key (black)43.1%
Color previews
#081d91 text on a black background
contrast 1.59:1
Card sample
#081d91 text on a white background
contrast 13.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #081d91;
Background color
Panel with #081d91 background
background-color: #081d91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #081d91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 29, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 29, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #081d91; background: linear-gradient(135deg, #081d91, #4E0891);