#085d52
a deep, electric cyan · cool · closest name: darkslategray
RGB
8, 93, 82
HSL
172°, 84%, 20%
CMYK
91, 0, 12, 64
Luminance
0.0849
Every format
| HEX | #085d52 |
| RGB | rgb(8, 93, 82) |
| HSL | hsl(172, 84%, 20%) |
| CMYK | cmyk(91%, 0%, 12%, 64%) |
| LAB | lab(35.0 -25.9 -0.3) |
| LCH | lch(35.0 25.9 180.6) |
| OKLCH | oklch(0.430 0.075 180.9) |
Copy-ready code
/* CSS */
color: #085d52;
background-color: #085d52;
/* Tailwind (arbitrary) */
class="text-[#085d52] bg-[#085d52]"
/* SCSS */
$brand: #085d52;
/* SwiftUI */
Color(red: 0.031, green: 0.365, blue: 0.322)
/* Android */
Color.parseColor("#085d52")Accessibility — WCAG contrast
Aa
#085d52 on white: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#085d52 on black: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green36.5%
Blue32.2%
CMYK percentages
Cyan91.4%
Magenta0.0%
Yellow11.8%
Key (black)63.5%
Color previews
#085d52 text on a black background
contrast 2.70:1
Card sample
#085d52 text on a white background
contrast 7.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #085d52;
Background color
Panel with #085d52 background
background-color: #085d52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #085d52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 93, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 93, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #085d52; background: linear-gradient(135deg, #085d52, #082F5D);