<!DOCTYPE html>
<html>
<head>
<style>
body {
color: hsl(89, 43%, 51%);
}
</style>
</head>
<body>
<h1>This is heading 1</h1>
<p>The color of the text can be specified with an HSL value.</p>
</body>
</html>