#082b61
a deep, electric blue · cool · closest name: midnightblue
RGB
8, 43, 97
HSL
216°, 85%, 21%
CMYK
92, 56, 0, 62
Luminance
0.0264
Every format
| HEX | #082b61 |
| RGB | rgb(8, 43, 97) |
| HSL | hsl(216, 85%, 21%) |
| CMYK | cmyk(92%, 56%, 0%, 62%) |
| LAB | lab(18.6 11.2 -35.4) |
| LCH | lch(18.6 37.1 287.5) |
| OKLCH | oklch(0.301 0.104 259.4) |
Copy-ready code
/* CSS */
color: #082b61;
background-color: #082b61;
/* Tailwind (arbitrary) */
class="text-[#082b61] bg-[#082b61]"
/* SCSS */
$brand: #082b61;
/* SwiftUI */
Color(red: 0.031, green: 0.169, blue: 0.380)
/* Android */
Color.parseColor("#082b61")Accessibility — WCAG contrast
Aa
#082b61 on white: 13.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082b61 on black: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green16.9%
Blue38.0%
CMYK percentages
Cyan91.8%
Magenta55.7%
Yellow0.0%
Key (black)62.0%
Color previews
#082b61 text on a black background
contrast 1.53:1
Card sample
#082b61 text on a white background
contrast 13.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082b61;
Background color
Panel with #082b61 background
background-color: #082b61;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082b61;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 43, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 43, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082b61; background: linear-gradient(135deg, #082b61, #200861);