#082c97
a dark, electric blue · cool · closest name: midnightblue
RGB
8, 44, 151
HSL
225°, 90%, 31%
CMYK
95, 71, 0, 41
Luminance
0.0409
Every format
| HEX | #082c97 |
| RGB | rgb(8, 44, 151) |
| HSL | hsl(225, 90%, 31%) |
| CMYK | cmyk(95%, 71%, 0%, 41%) |
| LAB | lab(24.0 33.1 -60.8) |
| LCH | lch(24.0 69.3 298.6) |
| OKLCH | oklch(0.357 0.177 264.2) |
Copy-ready code
/* CSS */
color: #082c97;
background-color: #082c97;
/* Tailwind (arbitrary) */
class="text-[#082c97] bg-[#082c97]"
/* SCSS */
$brand: #082c97;
/* SwiftUI */
Color(red: 0.031, green: 0.173, blue: 0.592)
/* Android */
Color.parseColor("#082c97")Accessibility — WCAG contrast
Aa
#082c97 on white: 11.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082c97 on black: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green17.3%
Blue59.2%
CMYK percentages
Cyan94.7%
Magenta70.9%
Yellow0.0%
Key (black)40.8%
Color previews
#082c97 text on a black background
contrast 1.82:1
Card sample
#082c97 text on a white background
contrast 11.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082c97;
Background color
Panel with #082c97 background
background-color: #082c97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082c97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 44, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 44, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082c97; background: linear-gradient(135deg, #082c97, #430897);