#08685b
a deep, electric cyan · cool · closest name: teal
RGB
8, 104, 91
HSL
172°, 86%, 22%
CMYK
92, 0, 13, 59
Luminance
0.1071
Every format
| HEX | #08685b |
| RGB | rgb(8, 104, 91) |
| HSL | hsl(172, 86%, 22%) |
| CMYK | cmyk(92%, 0%, 13%, 59%) |
| LAB | lab(39.1 -28.5 0.2) |
| LCH | lch(39.1 28.5 179.7) |
| OKLCH | oklch(0.465 0.082 180.0) |
Copy-ready code
/* CSS */
color: #08685b;
background-color: #08685b;
/* Tailwind (arbitrary) */
class="text-[#08685b] bg-[#08685b]"
/* SCSS */
$brand: #08685b;
/* SwiftUI */
Color(red: 0.031, green: 0.408, blue: 0.357)
/* Android */
Color.parseColor("#08685b")Accessibility — WCAG contrast
Aa
#08685b on white: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#08685b on black: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green40.8%
Blue35.7%
CMYK percentages
Cyan92.3%
Magenta0.0%
Yellow12.5%
Key (black)59.2%
Color previews
#08685b text on a black background
contrast 3.14:1
Card sample
#08685b text on a white background
contrast 6.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08685b;
Background color
Panel with #08685b background
background-color: #08685b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08685b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 104, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 104, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08685b; background: linear-gradient(135deg, #08685b, #083568);