#08776f
a deep, electric cyan · cool · closest name: teal
RGB
8, 119, 111
HSL
176°, 87%, 25%
CMYK
93, 0, 7, 53
Luminance
0.1439
Every format
| HEX | #08776f |
| RGB | rgb(8, 119, 111) |
| HSL | hsl(176, 87%, 25%) |
| CMYK | cmyk(93%, 0%, 7%, 53%) |
| LAB | lab(44.8 -29.5 -3.5) |
| LCH | lch(44.8 29.7 186.8) |
| OKLCH | oklch(0.513 0.088 186.6) |
Copy-ready code
/* CSS */
color: #08776f;
background-color: #08776f;
/* Tailwind (arbitrary) */
class="text-[#08776f] bg-[#08776f]"
/* SCSS */
$brand: #08776f;
/* SwiftUI */
Color(red: 0.031, green: 0.467, blue: 0.435)
/* Android */
Color.parseColor("#08776f")Accessibility — WCAG contrast
Aa
#08776f on white: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#08776f on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green46.7%
Blue43.5%
CMYK percentages
Cyan93.3%
Magenta0.0%
Yellow6.7%
Key (black)53.3%
Color previews
#08776f text on a black background
contrast 3.88:1
Card sample
#08776f text on a white background
contrast 5.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08776f;
Background color
Panel with #08776f background
background-color: #08776f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08776f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 119, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 119, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08776f; background: linear-gradient(135deg, #08776f, #083577);