#081f66
a deep, electric blue · warm · closest name: midnightblue
RGB
8, 31, 102
HSL
225°, 86%, 22%
CMYK
92, 70, 0, 60
Luminance
0.0199
Every format
| HEX | #081f66 |
| RGB | rgb(8, 31, 102) |
| HSL | hsl(225, 86%, 22%) |
| CMYK | cmyk(92%, 70%, 0%, 60%) |
| LAB | lab(15.4 22.3 -43.8) |
| LCH | lch(15.4 49.1 297.0) |
| OKLCH | oklch(0.280 0.127 264.8) |
Copy-ready code
/* CSS */
color: #081f66;
background-color: #081f66;
/* Tailwind (arbitrary) */
class="text-[#081f66] bg-[#081f66]"
/* SCSS */
$brand: #081f66;
/* SwiftUI */
Color(red: 0.031, green: 0.122, blue: 0.400)
/* Android */
Color.parseColor("#081f66")Accessibility — WCAG contrast
Aa
#081f66 on white: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#081f66 on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green12.2%
Blue40.0%
CMYK percentages
Cyan92.2%
Magenta69.6%
Yellow0.0%
Key (black)60.0%
Color previews
#081f66 text on a black background
contrast 1.40:1
Card sample
#081f66 text on a white background
contrast 15.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #081f66;
Background color
Panel with #081f66 background
background-color: #081f66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #081f66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 31, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 31, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #081f66; background: linear-gradient(135deg, #081f66, #300866);