#082467
a deep, electric blue · cool · closest name: midnightblue
RGB
8, 36, 103
HSL
222°, 86%, 22%
CMYK
92, 65, 0, 60
Luminance
0.0229
Every format
| HEX | #082467 |
| RGB | rgb(8, 36, 103) |
| HSL | hsl(222, 86%, 22%) |
| CMYK | cmyk(92%, 65%, 0%, 60%) |
| LAB | lab(16.9 19.1 -41.9) |
| LCH | lch(16.9 46.0 294.4) |
| OKLCH | oklch(0.291 0.122 263.4) |
Copy-ready code
/* CSS */
color: #082467;
background-color: #082467;
/* Tailwind (arbitrary) */
class="text-[#082467] bg-[#082467]"
/* SCSS */
$brand: #082467;
/* SwiftUI */
Color(red: 0.031, green: 0.141, blue: 0.404)
/* Android */
Color.parseColor("#082467")Accessibility — WCAG contrast
Aa
#082467 on white: 14.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082467 on black: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green14.1%
Blue40.4%
CMYK percentages
Cyan92.2%
Magenta65.0%
Yellow0.0%
Key (black)59.6%
Color previews
#082467 text on a black background
contrast 1.46:1
Card sample
#082467 text on a white background
contrast 14.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082467;
Background color
Panel with #082467 background
background-color: #082467;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082467;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 36, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 36, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082467; background: linear-gradient(135deg, #082467, #2B0867);