#084739
a deep, electric cyan · cool · closest name: darkslategray
RGB
8, 71, 57
HSL
167°, 80%, 16%
CMYK
89, 0, 20, 72
Luminance
0.0485
Every format
| HEX | #084739 |
| RGB | rgb(8, 71, 57) |
| HSL | hsl(167, 80%, 16%) |
| CMYK | cmyk(89%, 0%, 20%, 72%) |
| LAB | lab(26.3 -22.8 3.1) |
| LCH | lch(26.3 23.0 172.3) |
| OKLCH | oklch(0.357 0.065 173.1) |
Copy-ready code
/* CSS */
color: #084739;
background-color: #084739;
/* Tailwind (arbitrary) */
class="text-[#084739] bg-[#084739]"
/* SCSS */
$brand: #084739;
/* SwiftUI */
Color(red: 0.031, green: 0.278, blue: 0.224)
/* Android */
Color.parseColor("#084739")Accessibility — WCAG contrast
Aa
#084739 on white: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#084739 on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green27.8%
Blue22.4%
CMYK percentages
Cyan88.7%
Magenta0.0%
Yellow19.7%
Key (black)72.2%
Color previews
#084739 text on a black background
contrast 1.97:1
Card sample
#084739 text on a white background
contrast 10.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #084739;
Background color
Panel with #084739 background
background-color: #084739;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #084739;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 71, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 71, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #084739; background: linear-gradient(135deg, #084739, #082B47);