#081072
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 16, 114
HSL
236°, 87%, 24%
CMYK
93, 86, 0, 55
Luminance
0.0164
Every format
| HEX | #081072 |
| RGB | rgb(8, 16, 114) |
| HSL | hsl(236, 87%, 24%) |
| CMYK | cmyk(93%, 86%, 0%, 55%) |
| LAB | lab(13.4 36.5 -54.9) |
| LCH | lch(13.4 65.9 303.6) |
| OKLCH | oklch(0.270 0.159 266.8) |
Copy-ready code
/* CSS */
color: #081072;
background-color: #081072;
/* Tailwind (arbitrary) */
class="text-[#081072] bg-[#081072]"
/* SCSS */
$brand: #081072;
/* SwiftUI */
Color(red: 0.031, green: 0.063, blue: 0.447)
/* Android */
Color.parseColor("#081072")Accessibility — WCAG contrast
Aa
#081072 on white: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#081072 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green6.3%
Blue44.7%
CMYK percentages
Cyan93.0%
Magenta86.0%
Yellow0.0%
Key (black)55.3%
Color previews
#081072 text on a black background
contrast 1.33:1
Card sample
#081072 text on a white background
contrast 15.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #081072;
Background color
Panel with #081072 background
background-color: #081072;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #081072;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 16, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 16, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #081072; background: linear-gradient(135deg, #081072, #470872);