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