#081039
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 16, 57
HSL
230°, 75%, 13%
CMYK
86, 72, 0, 78
Luminance
0.0072
Every format
| HEX | #081039 |
| RGB | rgb(8, 16, 57) |
| HSL | hsl(230, 75%, 13%) |
| CMYK | cmyk(86%, 72%, 0%, 78%) |
| LAB | lab(6.5 13.5 -27.5) |
| LCH | lch(6.5 30.6 296.2) |
| OKLCH | oklch(0.198 0.080 269.0) |
Copy-ready code
/* CSS */
color: #081039;
background-color: #081039;
/* Tailwind (arbitrary) */
class="text-[#081039] bg-[#081039]"
/* SCSS */
$brand: #081039;
/* SwiftUI */
Color(red: 0.031, green: 0.063, blue: 0.224)
/* Android */
Color.parseColor("#081039")Accessibility — WCAG contrast
Aa
#081039 on white: 18.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#081039 on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green6.3%
Blue22.4%
CMYK percentages
Cyan86.0%
Magenta71.9%
Yellow0.0%
Key (black)77.6%
Color previews
#081039 text on a black background
contrast 1.14:1
Card sample
#081039 text on a white background
contrast 18.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #081039;
Background color
Panel with #081039 background
background-color: #081039;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #081039;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 16, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 16, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #081039; background: linear-gradient(135deg, #081039, #210839);