#084841
a deep, electric cyan · cool · closest name: darkslategray
RGB
8, 72, 65
HSL
173°, 80%, 16%
CMYK
89, 0, 10, 72
Luminance
0.0507
Every format
| HEX | #084841 |
| RGB | rgb(8, 72, 65) |
| HSL | hsl(173, 80%, 16%) |
| CMYK | cmyk(89%, 0%, 10%, 72%) |
| LAB | lab(26.9 -20.8 -1.2) |
| LCH | lch(26.9 20.8 183.4) |
| OKLCH | oklch(0.362 0.061 183.5) |
Copy-ready code
/* CSS */
color: #084841;
background-color: #084841;
/* Tailwind (arbitrary) */
class="text-[#084841] bg-[#084841]"
/* SCSS */
$brand: #084841;
/* SwiftUI */
Color(red: 0.031, green: 0.282, blue: 0.255)
/* Android */
Color.parseColor("#084841")Accessibility — WCAG contrast
Aa
#084841 on white: 10.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#084841 on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green28.2%
Blue25.5%
CMYK percentages
Cyan88.9%
Magenta0.0%
Yellow9.7%
Key (black)71.8%
Color previews
#084841 text on a black background
contrast 2.01:1
Card sample
#084841 text on a white background
contrast 10.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #084841;
Background color
Panel with #084841 background
background-color: #084841;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #084841;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 72, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 72, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #084841; background: linear-gradient(135deg, #084841, #082448);