#082c44
a deep, electric blue · cool · closest name: darkslategray
RGB
8, 44, 68
HSL
204°, 79%, 15%
CMYK
88, 35, 0, 73
Luminance
0.0227
Every format
| HEX | #082c44 |
| RGB | rgb(8, 44, 68) |
| HSL | hsl(204, 79%, 15%) |
| CMYK | cmyk(88%, 35%, 0%, 73%) |
| LAB | lab(16.9 -2.5 -18.6) |
| LCH | lch(16.9 18.8 262.2) |
| OKLCH | oklch(0.282 0.059 242.8) |
Copy-ready code
/* CSS */
color: #082c44;
background-color: #082c44;
/* Tailwind (arbitrary) */
class="text-[#082c44] bg-[#082c44]"
/* SCSS */
$brand: #082c44;
/* SwiftUI */
Color(red: 0.031, green: 0.173, blue: 0.267)
/* Android */
Color.parseColor("#082c44")Accessibility — WCAG contrast
Aa
#082c44 on white: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082c44 on black: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green17.3%
Blue26.7%
CMYK percentages
Cyan88.2%
Magenta35.3%
Yellow0.0%
Key (black)73.3%
Color previews
#082c44 text on a black background
contrast 1.45:1
Card sample
#082c44 text on a white background
contrast 14.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082c44;
Background color
Panel with #082c44 background
background-color: #082c44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082c44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 44, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 44, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082c44; background: linear-gradient(135deg, #082c44, #0C0844);