#080b45
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 11, 69
HSL
237°, 79%, 15%
CMYK
88, 84, 0, 73
Luminance
0.0072
Every format
| HEX | #080b45 |
| RGB | rgb(8, 11, 69) |
| HSL | hsl(237, 79%, 15%) |
| CMYK | cmyk(88%, 84%, 0%, 73%) |
| LAB | lab(6.5 22.4 -36.0) |
| LCH | lch(6.5 42.4 301.8) |
| OKLCH | oklch(0.203 0.105 270.2) |
Copy-ready code
/* CSS */
color: #080b45;
background-color: #080b45;
/* Tailwind (arbitrary) */
class="text-[#080b45] bg-[#080b45]"
/* SCSS */
$brand: #080b45;
/* SwiftUI */
Color(red: 0.031, green: 0.043, blue: 0.271)
/* Android */
Color.parseColor("#080b45")Accessibility — WCAG contrast
Aa
#080b45 on white: 18.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080b45 on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green4.3%
Blue27.1%
CMYK percentages
Cyan88.4%
Magenta84.1%
Yellow0.0%
Key (black)72.9%
Color previews
#080b45 text on a black background
contrast 1.14:1
Card sample
#080b45 text on a white background
contrast 18.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080b45;
Background color
Panel with #080b45 background
background-color: #080b45;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080b45;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 11, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 11, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080b45; background: linear-gradient(135deg, #080b45, #2E0845);