#082b57
a deep, electric blue · cool · closest name: midnightblue
RGB
8, 43, 87
HSL
213°, 83%, 19%
CMYK
91, 51, 0, 66
Luminance
0.0247
Every format
| HEX | #082b57 |
| RGB | rgb(8, 43, 87) |
| HSL | hsl(213, 83%, 19%) |
| CMYK | cmyk(91%, 51%, 0%, 66%) |
| LAB | lab(17.8 6.7 -30.0) |
| LCH | lch(17.8 30.8 282.6) |
| OKLCH | oklch(0.293 0.089 256.5) |
Copy-ready code
/* CSS */
color: #082b57;
background-color: #082b57;
/* Tailwind (arbitrary) */
class="text-[#082b57] bg-[#082b57]"
/* SCSS */
$brand: #082b57;
/* SwiftUI */
Color(red: 0.031, green: 0.169, blue: 0.341)
/* Android */
Color.parseColor("#082b57")Accessibility — WCAG contrast
Aa
#082b57 on white: 14.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082b57 on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green16.9%
Blue34.1%
CMYK percentages
Cyan90.8%
Magenta50.6%
Yellow0.0%
Key (black)65.9%
Color previews
#082b57 text on a black background
contrast 1.49:1
Card sample
#082b57 text on a white background
contrast 14.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082b57;
Background color
Panel with #082b57 background
background-color: #082b57;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082b57;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 43, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 43, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082b57; background: linear-gradient(135deg, #082b57, #1A0857);