#080b5f
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 11, 95
HSL
238°, 85%, 20%
CMYK
92, 88, 0, 63
Luminance
0.0112
Every format
| HEX | #080b5f |
| RGB | rgb(8, 11, 95) |
| HSL | hsl(238, 85%, 20%) |
| CMYK | cmyk(92%, 88%, 0%, 63%) |
| LAB | lab(9.9 32.5 -48.2) |
| LCH | lch(9.9 58.2 304.0) |
| OKLCH | oklch(0.238 0.140 268.0) |
Copy-ready code
/* CSS */
color: #080b5f;
background-color: #080b5f;
/* Tailwind (arbitrary) */
class="text-[#080b5f] bg-[#080b5f]"
/* SCSS */
$brand: #080b5f;
/* SwiftUI */
Color(red: 0.031, green: 0.043, blue: 0.373)
/* Android */
Color.parseColor("#080b5f")Accessibility — WCAG contrast
Aa
#080b5f on white: 17.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080b5f on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green4.3%
Blue37.3%
CMYK percentages
Cyan91.6%
Magenta88.4%
Yellow0.0%
Key (black)62.7%
Color previews
#080b5f text on a black background
contrast 1.22:1
Card sample
#080b5f text on a white background
contrast 17.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080b5f;
Background color
Panel with #080b5f background
background-color: #080b5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080b5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 11, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 11, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080b5f; background: linear-gradient(135deg, #080b5f, #3F085F);