#080b82
a dark, electric blue · warm · closest name: navy
RGB
8, 11, 130
HSL
239°, 88%, 27%
CMYK
94, 92, 0, 49
Luminance
0.0190
Every format
| HEX | #080b82 |
| RGB | rgb(8, 11, 130) |
| HSL | hsl(239, 88%, 27%) |
| CMYK | cmyk(94%, 92%, 0%, 49%) |
| LAB | lab(15.0 44.0 -62.6) |
| LCH | lch(15.0 76.5 305.1) |
| OKLCH | oklch(0.286 0.182 266.3) |
Copy-ready code
/* CSS */
color: #080b82;
background-color: #080b82;
/* Tailwind (arbitrary) */
class="text-[#080b82] bg-[#080b82]"
/* SCSS */
$brand: #080b82;
/* SwiftUI */
Color(red: 0.031, green: 0.043, blue: 0.510)
/* Android */
Color.parseColor("#080b82")Accessibility — WCAG contrast
Aa
#080b82 on white: 15.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080b82 on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green4.3%
Blue51.0%
CMYK percentages
Cyan93.8%
Magenta91.5%
Yellow0.0%
Key (black)49.0%
Color previews
#080b82 text on a black background
contrast 1.38:1
Card sample
#080b82 text on a white background
contrast 15.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080b82;
Background color
Panel with #080b82 background
background-color: #080b82;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080b82;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 11, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 11, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080b82; background: linear-gradient(135deg, #080b82, #560882);