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