#082f7c
a dark, electric blue · cool · closest name: midnightblue
RGB
8, 47, 124
HSL
220°, 88%, 26%
CMYK
94, 62, 0, 51
Luminance
0.0354
Every format
| HEX | #082f7c |
| RGB | rgb(8, 47, 124) |
| HSL | hsl(220, 88%, 26%) |
| CMYK | cmyk(94%, 62%, 0%, 51%) |
| LAB | lab(22.1 20.1 -47.1) |
| LCH | lch(22.1 51.1 293.1) |
| OKLCH | oklch(0.336 0.138 262.0) |
Copy-ready code
/* CSS */
color: #082f7c;
background-color: #082f7c;
/* Tailwind (arbitrary) */
class="text-[#082f7c] bg-[#082f7c]"
/* SCSS */
$brand: #082f7c;
/* SwiftUI */
Color(red: 0.031, green: 0.184, blue: 0.486)
/* Android */
Color.parseColor("#082f7c")Accessibility — WCAG contrast
Aa
#082f7c on white: 12.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082f7c on black: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green18.4%
Blue48.6%
CMYK percentages
Cyan93.5%
Magenta62.1%
Yellow0.0%
Key (black)51.4%
Color previews
#082f7c text on a black background
contrast 1.71:1
Card sample
#082f7c text on a white background
contrast 12.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082f7c;
Background color
Panel with #082f7c background
background-color: #082f7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082f7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 47, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 47, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082f7c; background: linear-gradient(135deg, #082f7c, #2E087C);