#082b77
a deep, electric blue · cool · closest name: midnightblue
RGB
8, 43, 119
HSL
221°, 87%, 25%
CMYK
93, 64, 0, 53
Luminance
0.0311
Every format
| HEX | #082b77 |
| RGB | rgb(8, 43, 119) |
| HSL | hsl(221, 87%, 25%) |
| CMYK | cmyk(93%, 64%, 0%, 53%) |
| LAB | lab(20.5 20.8 -46.5) |
| LCH | lch(20.5 51.0 294.1) |
| OKLCH | oklch(0.322 0.136 262.7) |
Copy-ready code
/* CSS */
color: #082b77;
background-color: #082b77;
/* Tailwind (arbitrary) */
class="text-[#082b77] bg-[#082b77]"
/* SCSS */
$brand: #082b77;
/* SwiftUI */
Color(red: 0.031, green: 0.169, blue: 0.467)
/* Android */
Color.parseColor("#082b77")Accessibility — WCAG contrast
Aa
#082b77 on white: 12.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082b77 on black: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green16.9%
Blue46.7%
CMYK percentages
Cyan93.3%
Magenta63.9%
Yellow0.0%
Key (black)53.3%
Color previews
#082b77 text on a black background
contrast 1.62:1
Card sample
#082b77 text on a white background
contrast 12.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082b77;
Background color
Panel with #082b77 background
background-color: #082b77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082b77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 43, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 43, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082b77; background: linear-gradient(135deg, #082b77, #2F0877);