#08705c
a deep, electric cyan · cool · closest name: teal
RGB
8, 112, 92
HSL
169°, 87%, 24%
CMYK
93, 0, 18, 56
Luminance
0.1241
Every format
| HEX | #08705c |
| RGB | rgb(8, 112, 92) |
| HSL | hsl(169, 87%, 24%) |
| CMYK | cmyk(93%, 0%, 18%, 56%) |
| LAB | lab(41.9 -31.9 3.6) |
| LCH | lch(41.9 32.1 173.6) |
| OKLCH | oklch(0.487 0.090 174.3) |
Copy-ready code
/* CSS */
color: #08705c;
background-color: #08705c;
/* Tailwind (arbitrary) */
class="text-[#08705c] bg-[#08705c]"
/* SCSS */
$brand: #08705c;
/* SwiftUI */
Color(red: 0.031, green: 0.439, blue: 0.361)
/* Android */
Color.parseColor("#08705c")Accessibility — WCAG contrast
Aa
#08705c on white: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#08705c on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green43.9%
Blue36.1%
CMYK percentages
Cyan92.9%
Magenta0.0%
Yellow17.9%
Key (black)56.1%
Color previews
#08705c text on a black background
contrast 3.48:1
Card sample
#08705c text on a white background
contrast 6.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08705c;
Background color
Panel with #08705c background
background-color: #08705c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08705c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 112, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 112, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08705c; background: linear-gradient(135deg, #08705c, #083F70);