#081144
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 17, 68
HSL
231°, 79%, 15%
CMYK
88, 75, 0, 73
Luminance
0.0087
Every format
| HEX | #081144 |
| RGB | rgb(8, 17, 68) |
| HSL | hsl(231, 79%, 15%) |
| CMYK | cmyk(88%, 75%, 0%, 73%) |
| LAB | lab(7.9 18.1 -33.1) |
| LCH | lch(7.9 37.7 298.6) |
| OKLCH | oklch(0.213 0.096 268.4) |
Copy-ready code
/* CSS */
color: #081144;
background-color: #081144;
/* Tailwind (arbitrary) */
class="text-[#081144] bg-[#081144]"
/* SCSS */
$brand: #081144;
/* SwiftUI */
Color(red: 0.031, green: 0.067, blue: 0.267)
/* Android */
Color.parseColor("#081144")Accessibility — WCAG contrast
Aa
#081144 on white: 17.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#081144 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green6.7%
Blue26.7%
CMYK percentages
Cyan88.2%
Magenta75.0%
Yellow0.0%
Key (black)73.3%
Color previews
#081144 text on a black background
contrast 1.17:1
Card sample
#081144 text on a white background
contrast 17.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #081144;
Background color
Panel with #081144 background
background-color: #081144;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #081144;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 17, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 17, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #081144; background: linear-gradient(135deg, #081144, #270844);