#080992
a dark, electric blue · warm · closest name: navy
RGB
8, 9, 146
HSL
240°, 90%, 30%
CMYK
95, 94, 0, 43
Luminance
0.0232
Every format
| HEX | #080992 |
| RGB | rgb(8, 9, 146) |
| HSL | hsl(240, 90%, 30%) |
| CMYK | cmyk(95%, 94%, 0%, 43%) |
| LAB | lab(17.1 49.4 -69.1) |
| LCH | lch(17.1 85.0 305.5) |
| OKLCH | oklch(0.307 0.201 265.9) |
Copy-ready code
/* CSS */
color: #080992;
background-color: #080992;
/* Tailwind (arbitrary) */
class="text-[#080992] bg-[#080992]"
/* SCSS */
$brand: #080992;
/* SwiftUI */
Color(red: 0.031, green: 0.035, blue: 0.573)
/* Android */
Color.parseColor("#080992")Accessibility — WCAG contrast
Aa
#080992 on white: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080992 on black: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green3.5%
Blue57.3%
CMYK percentages
Cyan94.5%
Magenta93.8%
Yellow0.0%
Key (black)42.7%
Color previews
#080992 text on a black background
contrast 1.46:1
Card sample
#080992 text on a white background
contrast 14.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080992;
Background color
Panel with #080992 background
background-color: #080992;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080992;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 9, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 9, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080992; background: linear-gradient(135deg, #080992, #630892);