#082c4d
a deep, electric blue · cool · closest name: darkslategray
RGB
8, 44, 77
HSL
209°, 81%, 17%
CMYK
90, 43, 0, 70
Luminance
0.0239
Every format
| HEX | #082c4d |
| RGB | rgb(8, 44, 77) |
| HSL | hsl(209, 81%, 17%) |
| CMYK | cmyk(90%, 43%, 0%, 70%) |
| LAB | lab(17.4 1.5 -23.9) |
| LCH | lch(17.4 23.9 273.5) |
| OKLCH | oklch(0.288 0.072 250.5) |
Copy-ready code
/* CSS */
color: #082c4d;
background-color: #082c4d;
/* Tailwind (arbitrary) */
class="text-[#082c4d] bg-[#082c4d]"
/* SCSS */
$brand: #082c4d;
/* SwiftUI */
Color(red: 0.031, green: 0.173, blue: 0.302)
/* Android */
Color.parseColor("#082c4d")Accessibility — WCAG contrast
Aa
#082c4d on white: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082c4d on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green17.3%
Blue30.2%
CMYK percentages
Cyan89.6%
Magenta42.9%
Yellow0.0%
Key (black)69.8%
Color previews
#082c4d text on a black background
contrast 1.48:1
Card sample
#082c4d text on a white background
contrast 14.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082c4d;
Background color
Panel with #082c4d background
background-color: #082c4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082c4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 44, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 44, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082c4d; background: linear-gradient(135deg, #082c4d, #12084D);