Teal
#0A7669
CyanColor Codes
All color formats for development
HEX
#0A7669RGB
rgb(10, 118, 105)HSL
hsl(173, 84%, 25%)OKLCH
oklch(0.509 0.089 181.5)CMYK
cmyk(92%, 0%, 11%, 54%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#096A5E
2#085E54
3#075249
4#06463F
5#053B34
6#042F2A
7#03231F
8#021715
9#010C0A
Tints
Lighter variations
1#0D9888
2#10BCA8
3#13DFC7
4#2CEDD6
5#4FF0DD
6#72F3E4
7#95F6EB
8#B9F9F1
9#DCFCF8
Tones
Muted variations
1#107065
2#156B61
3#1A655C
4#206058
5#255B54
6#2A5550
7#30504C
8#354A48
9#3A4544
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6EA | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1DF | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CEB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA493 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7569 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B43 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFC;
--teal-100: #DEFCF9;
--teal-200: #C2FAF3;
--teal-300: #93F6EA;
--teal-400: #5BF1DF;
--teal-500: #2CEDD6;
--teal-600: #12CEB8;
--teal-700: #0EA493;
--teal-800: #0A7569;
--teal-900: #074B43;
--teal-950: #042F2A;
}