#080441
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 4, 65
HSL
244°, 88%, 14%
CMYK
88, 94, 0, 75
Luminance
0.0052
Every format
| HEX | #080441 |
| RGB | rgb(8, 4, 65) |
| HSL | hsl(244, 88%, 14%) |
| CMYK | cmyk(88%, 94%, 0%, 75%) |
| LAB | lab(4.7 23.8 -36.1) |
| LCH | lch(4.7 43.3 303.4) |
| OKLCH | oklch(0.185 0.108 272.2) |
Copy-ready code
/* CSS */
color: #080441;
background-color: #080441;
/* Tailwind (arbitrary) */
class="text-[#080441] bg-[#080441]"
/* SCSS */
$brand: #080441;
/* SwiftUI */
Color(red: 0.031, green: 0.016, blue: 0.255)
/* Android */
Color.parseColor("#080441")Accessibility — WCAG contrast
Aa
#080441 on white: 19.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#080441 on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green1.6%
Blue25.5%
CMYK percentages
Cyan87.7%
Magenta93.8%
Yellow0.0%
Key (black)74.5%
Color previews
#080441 text on a black background
contrast 1.10:1
Card sample
#080441 text on a white background
contrast 19.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #080441;
Background color
Panel with #080441 background
background-color: #080441;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #080441;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 4, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 4, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #080441; background: linear-gradient(135deg, #080441, #310441);