#085646
a deep, electric cyan · cool · closest name: darkslategray
RGB
8, 86, 70
HSL
168°, 83%, 18%
CMYK
91, 0, 19, 66
Luminance
0.0715
Every format
| HEX | #085646 |
| RGB | rgb(8, 86, 70) |
| HSL | hsl(168, 83%, 18%) |
| CMYK | cmyk(91%, 0%, 19%, 66%) |
| LAB | lab(32.1 -26.2 3.1) |
| LCH | lch(32.1 26.4 173.2) |
| OKLCH | oklch(0.406 0.074 173.9) |
Copy-ready code
/* CSS */
color: #085646;
background-color: #085646;
/* Tailwind (arbitrary) */
class="text-[#085646] bg-[#085646]"
/* SCSS */
$brand: #085646;
/* SwiftUI */
Color(red: 0.031, green: 0.337, blue: 0.275)
/* Android */
Color.parseColor("#085646")Accessibility — WCAG contrast
Aa
#085646 on white: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#085646 on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green33.7%
Blue27.5%
CMYK percentages
Cyan90.7%
Magenta0.0%
Yellow18.6%
Key (black)66.3%
Color previews
#085646 text on a black background
contrast 2.43:1
Card sample
#085646 text on a white background
contrast 8.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #085646;
Background color
Panel with #085646 background
background-color: #085646;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #085646;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 86, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 86, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #085646; background: linear-gradient(135deg, #085646, #083256);