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