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