#080c96
a dark, electric blue · warm · closest name: navy
RGB
8, 12, 150
HSL
238°, 90%, 31%
CMYK
95, 92, 0, 41
Luminance
0.0252
Every format
| HEX | #080c96 |
| RGB | rgb(8, 12, 150) |
| HSL | hsl(238, 90%, 31%) |
| CMYK | cmyk(95%, 92%, 0%, 41%) |
| LAB | lab(18.0 49.6 -70.1) |
| LCH | lch(18.0 85.9 305.3) |
| OKLCH | oklch(0.315 0.203 265.8) |
Copy-ready code
/* CSS */
color: #080c96;
background-color: #080c96;
/* Tailwind (arbitrary) */
class="text-[#080c96] bg-[#080c96]"
/* SCSS */
$brand: #080c96;
/* SwiftUI */
Color(red: 0.031, green: 0.047, blue: 0.588)
/* Android */
Color.parseColor("#080c96")Accessibility — WCAG contrast
Aa
#080c96 on white: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080c96 on black: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green4.7%
Blue58.8%
CMYK percentages
Cyan94.7%
Magenta92.0%
Yellow0.0%
Key (black)41.2%
Color previews
#080c96 text on a black background
contrast 1.50:1
Card sample
#080c96 text on a white background
contrast 13.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080c96;
Background color
Panel with #080c96 background
background-color: #080c96;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080c96;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 12, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 12, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080c96; background: linear-gradient(135deg, #080c96, #630896);