#080d6f
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 13, 111
HSL
237°, 87%, 23%
CMYK
93, 88, 0, 57
Luminance
0.0149
Every format
| HEX | #080d6f |
| RGB | rgb(8, 13, 111) |
| HSL | hsl(237, 87%, 23%) |
| CMYK | cmyk(93%, 88%, 0%, 57%) |
| LAB | lab(12.5 37.0 -54.5) |
| LCH | lch(12.5 65.9 304.2) |
| OKLCH | oklch(0.262 0.158 267.0) |
Copy-ready code
/* CSS */
color: #080d6f;
background-color: #080d6f;
/* Tailwind (arbitrary) */
class="text-[#080d6f] bg-[#080d6f]"
/* SCSS */
$brand: #080d6f;
/* SwiftUI */
Color(red: 0.031, green: 0.051, blue: 0.435)
/* Android */
Color.parseColor("#080d6f")Accessibility — WCAG contrast
Aa
#080d6f on white: 16.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080d6f on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green5.1%
Blue43.5%
CMYK percentages
Cyan92.8%
Magenta88.3%
Yellow0.0%
Key (black)56.5%
Color previews
#080d6f text on a black background
contrast 1.30:1
Card sample
#080d6f text on a white background
contrast 16.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080d6f;
Background color
Panel with #080d6f background
background-color: #080d6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080d6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 13, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 13, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080d6f; background: linear-gradient(135deg, #080d6f, #48086F);