#086677
a deep, electric cyan · cool · closest name: teal
RGB
8, 102, 119
HSL
189°, 87%, 25%
CMYK
93, 14, 0, 53
Luminance
0.1089
Every format
| HEX | #086677 |
| RGB | rgb(8, 102, 119) |
| HSL | hsl(189, 87%, 25%) |
| CMYK | cmyk(93%, 14%, 0%, 53%) |
| LAB | lab(39.4 -18.0 -16.5) |
| LCH | lch(39.4 24.4 222.5) |
| OKLCH | oklch(0.470 0.081 214.8) |
Copy-ready code
/* CSS */
color: #086677;
background-color: #086677;
/* Tailwind (arbitrary) */
class="text-[#086677] bg-[#086677]"
/* SCSS */
$brand: #086677;
/* SwiftUI */
Color(red: 0.031, green: 0.400, blue: 0.467)
/* Android */
Color.parseColor("#086677")Accessibility — WCAG contrast
Aa
#086677 on white: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#086677 on black: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green40.0%
Blue46.7%
CMYK percentages
Cyan93.3%
Magenta14.3%
Yellow0.0%
Key (black)53.3%
Color previews
#086677 text on a black background
contrast 3.18:1
Card sample
#086677 text on a white background
contrast 6.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #086677;
Background color
Panel with #086677 background
background-color: #086677;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #086677;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 102, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 102, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #086677; background: linear-gradient(135deg, #086677, #081C77);