#080982
a dark, electric blue · warm · closest name: navy
RGB
8, 9, 130
HSL
240°, 88%, 27%
CMYK
94, 93, 0, 49
Luminance
0.0186
Every format
| HEX | #080982 |
| RGB | rgb(8, 9, 130) |
| HSL | hsl(240, 88%, 27%) |
| CMYK | cmyk(94%, 93%, 0%, 49%) |
| LAB | lab(14.7 44.7 -63.0) |
| LCH | lch(14.7 77.3 305.3) |
| OKLCH | oklch(0.285 0.183 266.3) |
Copy-ready code
/* CSS */
color: #080982;
background-color: #080982;
/* Tailwind (arbitrary) */
class="text-[#080982] bg-[#080982]"
/* SCSS */
$brand: #080982;
/* SwiftUI */
Color(red: 0.031, green: 0.035, blue: 0.510)
/* Android */
Color.parseColor("#080982")Accessibility — WCAG contrast
Aa
#080982 on white: 15.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080982 on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.5%
Blue51.0%
CMYK percentages
Cyan93.8%
Magenta93.1%
Yellow0.0%
Key (black)49.0%
Color previews
#080982 text on a black background
contrast 1.37:1
Card sample
#080982 text on a white background
contrast 15.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080982;
Background color
Panel with #080982 background
background-color: #080982;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080982;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 9, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 9, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080982; background: linear-gradient(135deg, #080982, #580882);