#082c39
a deep, electric cyan · cool · closest name: darkslategray
RGB
8, 44, 57
HSL
196°, 75%, 13%
CMYK
86, 23, 0, 78
Luminance
0.0215
Every format
| HEX | #082c39 |
| RGB | rgb(8, 44, 57) |
| HSL | hsl(196, 75%, 13%) |
| CMYK | cmyk(86%, 23%, 0%, 78%) |
| LAB | lab(16.3 -7.2 -11.9) |
| LCH | lch(16.3 14.0 238.8) |
| OKLCH | oklch(0.275 0.046 226.6) |
Copy-ready code
/* CSS */
color: #082c39;
background-color: #082c39;
/* Tailwind (arbitrary) */
class="text-[#082c39] bg-[#082c39]"
/* SCSS */
$brand: #082c39;
/* SwiftUI */
Color(red: 0.031, green: 0.173, blue: 0.224)
/* Android */
Color.parseColor("#082c39")Accessibility — WCAG contrast
Aa
#082c39 on white: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#082c39 on black: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green17.3%
Blue22.4%
CMYK percentages
Cyan86.0%
Magenta22.8%
Yellow0.0%
Key (black)77.6%
Color previews
#082c39 text on a black background
contrast 1.43:1
Card sample
#082c39 text on a white background
contrast 14.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #082c39;
Background color
Panel with #082c39 background
background-color: #082c39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #082c39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 44, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 44, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #082c39; background: linear-gradient(135deg, #082c39, #080B39);