#080583
a dark, electric blue · warm · “navy”
RGB
8, 5, 131
HSL
241°, 93%, 27%
CMYK
94, 96, 0, 49
Luminance
0.0180
Every format
| HEX | #080583 |
| RGB | rgb(8, 5, 131) |
| HSL | hsl(241, 93%, 27%) |
| CMYK | cmyk(94%, 96%, 0%, 49%) |
| LAB | lab(14.4 46.5 -64.2) |
| LCH | lch(14.4 79.3 305.9) |
| OKLCH | oklch(0.283 0.186 266.3) |
Copy-ready code
/* CSS */
color: #080583;
background-color: #080583;
/* Tailwind (arbitrary) */
class="text-[#080583] bg-[#080583]"
/* SCSS */
$brand: #080583;
/* SwiftUI */
Color(red: 0.031, green: 0.020, blue: 0.514)
/* Android */
Color.parseColor("#080583")Accessibility — WCAG contrast
Aa
#080583 on white: 15.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080583 on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green2.0%
Blue51.4%
CMYK percentages
Cyan93.9%
Magenta96.2%
Yellow0.0%
Key (black)48.6%
Color previews
#080583 text on a black background
contrast 1.36:1
Card sample
#080583 text on a white background
contrast 15.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080583;
Background color
Panel with #080583 background
background-color: #080583;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080583;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 5, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 5, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080583; background: linear-gradient(135deg, #080583, #5C0583);