#082f71
a deep, electric blue · cool · closest name: midnightblue
RGB
8, 47, 113
HSL
218°, 87%, 24%
CMYK
93, 58, 0, 56
Luminance
0.0328
Every format
| HEX | #082f71 |
| RGB | rgb(8, 47, 113) |
| HSL | hsl(218, 87%, 24%) |
| CMYK | cmyk(93%, 58%, 0%, 56%) |
| LAB | lab(21.1 15.3 -41.6) |
| LCH | lch(21.1 44.4 290.2) |
| OKLCH | oklch(0.325 0.122 260.6) |
Copy-ready code
/* CSS */
color: #082f71;
background-color: #082f71;
/* Tailwind (arbitrary) */
class="text-[#082f71] bg-[#082f71]"
/* SCSS */
$brand: #082f71;
/* SwiftUI */
Color(red: 0.031, green: 0.184, blue: 0.443)
/* Android */
Color.parseColor("#082f71")Accessibility — WCAG contrast
Aa
#082f71 on white: 12.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082f71 on black: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green18.4%
Blue44.3%
CMYK percentages
Cyan92.9%
Magenta58.4%
Yellow0.0%
Key (black)55.7%
Color previews
#082f71 text on a black background
contrast 1.66:1
Card sample
#082f71 text on a white background
contrast 12.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082f71;
Background color
Panel with #082f71 background
background-color: #082f71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082f71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 47, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 47, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082f71; background: linear-gradient(135deg, #082f71, #270871);