#080b4f
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 11, 79
HSL
238°, 82%, 17%
CMYK
90, 86, 0, 69
Luminance
0.0086
Every format
| HEX | #080b4f |
| RGB | rgb(8, 11, 79) |
| HSL | hsl(238, 82%, 17%) |
| CMYK | cmyk(90%, 86%, 0%, 69%) |
| LAB | lab(7.7 26.7 -41.0) |
| LCH | lch(7.7 48.9 303.1) |
| OKLCH | oklch(0.216 0.119 269.2) |
Copy-ready code
/* CSS */
color: #080b4f;
background-color: #080b4f;
/* Tailwind (arbitrary) */
class="text-[#080b4f] bg-[#080b4f]"
/* SCSS */
$brand: #080b4f;
/* SwiftUI */
Color(red: 0.031, green: 0.043, blue: 0.310)
/* Android */
Color.parseColor("#080b4f")Accessibility — WCAG contrast
Aa
#080b4f on white: 17.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080b4f on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green4.3%
Blue31.0%
CMYK percentages
Cyan89.9%
Magenta86.1%
Yellow0.0%
Key (black)69.0%
Color previews
#080b4f text on a black background
contrast 1.17:1
Card sample
#080b4f text on a white background
contrast 17.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080b4f;
Background color
Panel with #080b4f background
background-color: #080b4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080b4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 11, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 11, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080b4f; background: linear-gradient(135deg, #080b4f, #35084F);