#082c91
a dark, electric blue · cool · closest name: midnightblue
RGB
8, 44, 145
HSL
224°, 90%, 30%
CMYK
95, 70, 0, 43
Luminance
0.0390
Every format
| HEX | #082c91 |
| RGB | rgb(8, 44, 145) |
| HSL | hsl(224, 90%, 30%) |
| CMYK | cmyk(95%, 70%, 0%, 43%) |
| LAB | lab(23.3 30.8 -58.2) |
| LCH | lch(23.3 65.8 297.9) |
| OKLCH | oklch(0.351 0.170 264.0) |
Copy-ready code
/* CSS */
color: #082c91;
background-color: #082c91;
/* Tailwind (arbitrary) */
class="text-[#082c91] bg-[#082c91]"
/* SCSS */
$brand: #082c91;
/* SwiftUI */
Color(red: 0.031, green: 0.173, blue: 0.569)
/* Android */
Color.parseColor("#082c91")Accessibility — WCAG contrast
Aa
#082c91 on white: 11.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082c91 on black: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green17.3%
Blue56.9%
CMYK percentages
Cyan94.5%
Magenta69.7%
Yellow0.0%
Key (black)43.1%
Color previews
#082c91 text on a black background
contrast 1.78:1
Card sample
#082c91 text on a white background
contrast 11.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082c91;
Background color
Panel with #082c91 background
background-color: #082c91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082c91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 44, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 44, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082c91; background: linear-gradient(135deg, #082c91, #3F0891);