#080596
a dark, electric blue · warm · closest name: navy
RGB
8, 5, 150
HSL
241°, 94%, 30%
CMYK
95, 97, 0, 41
Luminance
0.0236
Every format
| HEX | #080596 |
| RGB | rgb(8, 5, 150) |
| HSL | hsl(241, 94%, 30%) |
| CMYK | cmyk(95%, 97%, 0%, 41%) |
| LAB | lab(17.3 51.8 -71.3) |
| LCH | lch(17.3 88.1 306.0) |
| OKLCH | oklch(0.310 0.207 265.8) |
Copy-ready code
/* CSS */
color: #080596;
background-color: #080596;
/* Tailwind (arbitrary) */
class="text-[#080596] bg-[#080596]"
/* SCSS */
$brand: #080596;
/* SwiftUI */
Color(red: 0.031, green: 0.020, blue: 0.588)
/* Android */
Color.parseColor("#080596")Accessibility — WCAG contrast
Aa
#080596 on white: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080596 on black: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green2.0%
Blue58.8%
CMYK percentages
Cyan94.7%
Magenta96.7%
Yellow0.0%
Key (black)41.2%
Color previews
#080596 text on a black background
contrast 1.47:1
Card sample
#080596 text on a white background
contrast 14.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080596;
Background color
Panel with #080596 background
background-color: #080596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 5, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 5, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080596; background: linear-gradient(135deg, #080596, #690596);