#080b7f
a dark, electric blue · warm · closest name: navy
RGB
8, 11, 127
HSL
239°, 88%, 27%
CMYK
94, 91, 0, 50
Luminance
0.0182
Every format
| HEX | #080b7f |
| RGB | rgb(8, 11, 127) |
| HSL | hsl(239, 88%, 27%) |
| CMYK | cmyk(94%, 91%, 0%, 50%) |
| LAB | lab(14.5 43.0 -61.5) |
| LCH | lch(14.5 75.0 305.0) |
| OKLCH | oklch(0.282 0.178 266.4) |
Copy-ready code
/* CSS */
color: #080b7f;
background-color: #080b7f;
/* Tailwind (arbitrary) */
class="text-[#080b7f] bg-[#080b7f]"
/* SCSS */
$brand: #080b7f;
/* SwiftUI */
Color(red: 0.031, green: 0.043, blue: 0.498)
/* Android */
Color.parseColor("#080b7f")Accessibility — WCAG contrast
Aa
#080b7f on white: 15.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080b7f on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green4.3%
Blue49.8%
CMYK percentages
Cyan93.7%
Magenta91.3%
Yellow0.0%
Key (black)50.2%
Color previews
#080b7f text on a black background
contrast 1.36:1
Card sample
#080b7f text on a white background
contrast 15.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080b7f;
Background color
Panel with #080b7f background
background-color: #080b7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080b7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 11, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 11, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080b7f; background: linear-gradient(135deg, #080b7f, #54087F);