#080985
a dark, electric blue · warm · closest name: navy
RGB
8, 9, 133
HSL
240°, 89%, 28%
CMYK
94, 93, 0, 48
Luminance
0.0194
Every format
| HEX | #080985 |
| RGB | rgb(8, 9, 133) |
| HSL | hsl(240, 89%, 28%) |
| CMYK | cmyk(94%, 93%, 0%, 48%) |
| LAB | lab(15.2 45.6 -64.2) |
| LCH | lch(15.2 78.7 305.4) |
| OKLCH | oklch(0.289 0.186 266.2) |
Copy-ready code
/* CSS */
color: #080985;
background-color: #080985;
/* Tailwind (arbitrary) */
class="text-[#080985] bg-[#080985]"
/* SCSS */
$brand: #080985;
/* SwiftUI */
Color(red: 0.031, green: 0.035, blue: 0.522)
/* Android */
Color.parseColor("#080985")Accessibility — WCAG contrast
Aa
#080985 on white: 15.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080985 on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.5%
Blue52.2%
CMYK percentages
Cyan94.0%
Magenta93.2%
Yellow0.0%
Key (black)47.8%
Color previews
#080985 text on a black background
contrast 1.39:1
Card sample
#080985 text on a white background
contrast 15.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080985;
Background color
Panel with #080985 background
background-color: #080985;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080985;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 9, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 9, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080985; background: linear-gradient(135deg, #080985, #5A0885);