#080786
a dark, electric blue · warm · “navy”
RGB
8, 7, 134
HSL
241°, 90%, 28%
CMYK
94, 95, 0, 48
Luminance
0.0192
Every format
| HEX | #080786 |
| RGB | rgb(8, 7, 134) |
| HSL | hsl(241, 90%, 28%) |
| CMYK | cmyk(94%, 95%, 0%, 48%) |
| LAB | lab(15.1 46.6 -65.0) |
| LCH | lch(15.1 80.0 305.7) |
| OKLCH | oklch(0.289 0.188 266.2) |
Copy-ready code
/* CSS */
color: #080786;
background-color: #080786;
/* Tailwind (arbitrary) */
class="text-[#080786] bg-[#080786]"
/* SCSS */
$brand: #080786;
/* SwiftUI */
Color(red: 0.031, green: 0.027, blue: 0.525)
/* Android */
Color.parseColor("#080786")Accessibility — WCAG contrast
Aa
#080786 on white: 15.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080786 on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green2.7%
Blue52.5%
CMYK percentages
Cyan94.0%
Magenta94.8%
Yellow0.0%
Key (black)47.5%
Color previews
#080786 text on a black background
contrast 1.38:1
Card sample
#080786 text on a white background
contrast 15.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080786;
Background color
Panel with #080786 background
background-color: #080786;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080786;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 7, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 7, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080786; background: linear-gradient(135deg, #080786, #5D0786);