#080b66
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 11, 102
HSL
238°, 86%, 22%
CMYK
92, 89, 0, 60
Luminance
0.0125
Every format
| HEX | #080b66 |
| RGB | rgb(8, 11, 102) |
| HSL | hsl(238, 86%, 22%) |
| CMYK | cmyk(92%, 89%, 0%, 60%) |
| LAB | lab(10.9 35.0 -51.2) |
| LCH | lch(10.9 62.0 304.3) |
| OKLCH | oklch(0.247 0.148 267.5) |
Copy-ready code
/* CSS */
color: #080b66;
background-color: #080b66;
/* Tailwind (arbitrary) */
class="text-[#080b66] bg-[#080b66]"
/* SCSS */
$brand: #080b66;
/* SwiftUI */
Color(red: 0.031, green: 0.043, blue: 0.400)
/* Android */
Color.parseColor("#080b66")Accessibility — WCAG contrast
Aa
#080b66 on white: 16.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080b66 on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green4.3%
Blue40.0%
CMYK percentages
Cyan92.2%
Magenta89.2%
Yellow0.0%
Key (black)60.0%
Color previews
#080b66 text on a black background
contrast 1.25:1
Card sample
#080b66 text on a white background
contrast 16.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080b66;
Background color
Panel with #080b66 background
background-color: #080b66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080b66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 11, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 11, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080b66; background: linear-gradient(135deg, #080b66, #440866);