#080591
a dark, electric blue · warm · closest name: navy
RGB
8, 5, 145
HSL
241°, 93%, 29%
CMYK
95, 97, 0, 43
Luminance
0.0220
Every format
| HEX | #080591 |
| RGB | rgb(8, 5, 145) |
| HSL | hsl(241, 93%, 29%) |
| CMYK | cmyk(95%, 97%, 0%, 43%) |
| LAB | lab(16.5 50.4 -69.5) |
| LCH | lch(16.5 85.8 306.0) |
| OKLCH | oklch(0.303 0.201 265.9) |
Copy-ready code
/* CSS */
color: #080591;
background-color: #080591;
/* Tailwind (arbitrary) */
class="text-[#080591] bg-[#080591]"
/* SCSS */
$brand: #080591;
/* SwiftUI */
Color(red: 0.031, green: 0.020, blue: 0.569)
/* Android */
Color.parseColor("#080591")Accessibility — WCAG contrast
Aa
#080591 on white: 14.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080591 on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green2.0%
Blue56.9%
CMYK percentages
Cyan94.5%
Magenta96.6%
Yellow0.0%
Key (black)43.1%
Color previews
#080591 text on a black background
contrast 1.44:1
Card sample
#080591 text on a white background
contrast 14.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080591;
Background color
Panel with #080591 background
background-color: #080591;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080591;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 5, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 5, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080591; background: linear-gradient(135deg, #080591, #650591);