#080c84
a dark, electric blue · warm · closest name: navy
RGB
8, 12, 132
HSL
238°, 89%, 28%
CMYK
94, 91, 0, 48
Luminance
0.0198
Every format
| HEX | #080c84 |
| RGB | rgb(8, 12, 132) |
| HSL | hsl(238, 89%, 28%) |
| CMYK | cmyk(94%, 91%, 0%, 48%) |
| LAB | lab(15.4 44.2 -63.2) |
| LCH | lch(15.4 77.1 305.0) |
| OKLCH | oklch(0.290 0.183 266.3) |
Copy-ready code
/* CSS */
color: #080c84;
background-color: #080c84;
/* Tailwind (arbitrary) */
class="text-[#080c84] bg-[#080c84]"
/* SCSS */
$brand: #080c84;
/* SwiftUI */
Color(red: 0.031, green: 0.047, blue: 0.518)
/* Android */
Color.parseColor("#080c84")Accessibility — WCAG contrast
Aa
#080c84 on white: 15.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080c84 on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green4.7%
Blue51.8%
CMYK percentages
Cyan93.9%
Magenta90.9%
Yellow0.0%
Key (black)48.2%
Color previews
#080c84 text on a black background
contrast 1.40:1
Card sample
#080c84 text on a white background
contrast 15.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080c84;
Background color
Panel with #080c84 background
background-color: #080c84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080c84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 12, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 12, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080c84; background: linear-gradient(135deg, #080c84, #570884);