#080b85
a dark, electric blue · warm · closest name: navy
RGB
8, 11, 133
HSL
239°, 89%, 28%
CMYK
94, 92, 0, 48
Luminance
0.0198
Every format
| HEX | #080b85 |
| RGB | rgb(8, 11, 133) |
| HSL | hsl(239, 89%, 28%) |
| CMYK | cmyk(94%, 92%, 0%, 48%) |
| LAB | lab(15.4 44.9 -63.8) |
| LCH | lch(15.4 78.0 305.1) |
| OKLCH | oklch(0.290 0.185 266.2) |
Copy-ready code
/* CSS */
color: #080b85;
background-color: #080b85;
/* Tailwind (arbitrary) */
class="text-[#080b85] bg-[#080b85]"
/* SCSS */
$brand: #080b85;
/* SwiftUI */
Color(red: 0.031, green: 0.043, blue: 0.522)
/* Android */
Color.parseColor("#080b85")Accessibility — WCAG contrast
Aa
#080b85 on white: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080b85 on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green4.3%
Blue52.2%
CMYK percentages
Cyan94.0%
Magenta91.7%
Yellow0.0%
Key (black)47.8%
Color previews
#080b85 text on a black background
contrast 1.40:1
Card sample
#080b85 text on a white background
contrast 15.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080b85;
Background color
Panel with #080b85 background
background-color: #080b85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080b85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 11, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 11, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080b85; background: linear-gradient(135deg, #080b85, #580885);