#082e49
a deep, electric blue · cool · closest name: darkslategray
RGB
8, 46, 73
HSL
205°, 80%, 16%
CMYK
89, 37, 0, 71
Luminance
0.0249
Every format
| HEX | #082e49 |
| RGB | rgb(8, 46, 73) |
| HSL | hsl(205, 80%, 16%) |
| CMYK | cmyk(89%, 37%, 0%, 71%) |
| LAB | lab(17.9 -1.8 -20.4) |
| LCH | lch(17.9 20.5 265.1) |
| OKLCH | oklch(0.291 0.064 244.7) |
Copy-ready code
/* CSS */
color: #082e49;
background-color: #082e49;
/* Tailwind (arbitrary) */
class="text-[#082e49] bg-[#082e49]"
/* SCSS */
$brand: #082e49;
/* SwiftUI */
Color(red: 0.031, green: 0.180, blue: 0.286)
/* Android */
Color.parseColor("#082e49")Accessibility — WCAG contrast
Aa
#082e49 on white: 14.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082e49 on black: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green18.0%
Blue28.6%
CMYK percentages
Cyan89.0%
Magenta37.0%
Yellow0.0%
Key (black)71.4%
Color previews
#082e49 text on a black background
contrast 1.50:1
Card sample
#082e49 text on a white background
contrast 14.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082e49;
Background color
Panel with #082e49 background
background-color: #082e49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082e49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 46, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 46, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082e49; background: linear-gradient(135deg, #082e49, #0D0849);