#080d4f
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 13, 79
HSL
236°, 82%, 17%
CMYK
90, 84, 0, 69
Luminance
0.0090
Every format
| HEX | #080d4f |
| RGB | rgb(8, 13, 79) |
| HSL | hsl(236, 82%, 17%) |
| CMYK | cmyk(90%, 84%, 0%, 69%) |
| LAB | lab(8.2 25.4 -40.3) |
| LCH | lch(8.2 47.6 302.3) |
| OKLCH | oklch(0.219 0.117 268.9) |
Copy-ready code
/* CSS */
color: #080d4f;
background-color: #080d4f;
/* Tailwind (arbitrary) */
class="text-[#080d4f] bg-[#080d4f]"
/* SCSS */
$brand: #080d4f;
/* SwiftUI */
Color(red: 0.031, green: 0.051, blue: 0.310)
/* Android */
Color.parseColor("#080d4f")Accessibility — WCAG contrast
Aa
#080d4f on white: 17.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080d4f on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green5.1%
Blue31.0%
CMYK percentages
Cyan89.9%
Magenta83.5%
Yellow0.0%
Key (black)69.0%
Color previews
#080d4f text on a black background
contrast 1.18:1
Card sample
#080d4f text on a white background
contrast 17.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080d4f;
Background color
Panel with #080d4f background
background-color: #080d4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080d4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 13, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 13, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080d4f; background: linear-gradient(135deg, #080d4f, #32084F);