#080c8c
a dark, electric blue · warm · closest name: navy
RGB
8, 12, 140
HSL
238°, 89%, 29%
CMYK
94, 91, 0, 45
Luminance
0.0221
Every format
| HEX | #080c8c |
| RGB | rgb(8, 12, 140) |
| HSL | hsl(238, 89%, 29%) |
| CMYK | cmyk(94%, 91%, 0%, 45%) |
| LAB | lab(16.5 46.6 -66.3) |
| LCH | lch(16.5 81.1 305.1) |
| OKLCH | oklch(0.301 0.192 266.0) |
Copy-ready code
/* CSS */
color: #080c8c;
background-color: #080c8c;
/* Tailwind (arbitrary) */
class="text-[#080c8c] bg-[#080c8c]"
/* SCSS */
$brand: #080c8c;
/* SwiftUI */
Color(red: 0.031, green: 0.047, blue: 0.549)
/* Android */
Color.parseColor("#080c8c")Accessibility — WCAG contrast
Aa
#080c8c on white: 14.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080c8c on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green4.7%
Blue54.9%
CMYK percentages
Cyan94.3%
Magenta91.4%
Yellow0.0%
Key (black)45.1%
Color previews
#080c8c text on a black background
contrast 1.44:1
Card sample
#080c8c text on a white background
contrast 14.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080c8c;
Background color
Panel with #080c8c background
background-color: #080c8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080c8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 12, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 12, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080c8c; background: linear-gradient(135deg, #080c8c, #5C088C);