#082c5b
a deep, electric blue · cool · closest name: midnightblue
RGB
8, 44, 91
HSL
214°, 84%, 19%
CMYK
91, 52, 0, 64
Luminance
0.0261
Every format
| HEX | #082c5b |
| RGB | rgb(8, 44, 91) |
| HSL | hsl(214, 84%, 19%) |
| CMYK | cmyk(91%, 52%, 0%, 64%) |
| LAB | lab(18.4 7.8 -31.7) |
| LCH | lch(18.4 32.6 283.8) |
| OKLCH | oklch(0.299 0.093 257.1) |
Copy-ready code
/* CSS */
color: #082c5b;
background-color: #082c5b;
/* Tailwind (arbitrary) */
class="text-[#082c5b] bg-[#082c5b]"
/* SCSS */
$brand: #082c5b;
/* SwiftUI */
Color(red: 0.031, green: 0.173, blue: 0.357)
/* Android */
Color.parseColor("#082c5b")Accessibility — WCAG contrast
Aa
#082c5b on white: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082c5b on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green17.3%
Blue35.7%
CMYK percentages
Cyan91.2%
Magenta51.6%
Yellow0.0%
Key (black)64.3%
Color previews
#082c5b text on a black background
contrast 1.52:1
Card sample
#082c5b text on a white background
contrast 13.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082c5b;
Background color
Panel with #082c5b background
background-color: #082c5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082c5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 44, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 44, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082c5b; background: linear-gradient(135deg, #082c5b, #1B085B);