Teal
#136B6C
CyanColor Codes
All color formats for development
HEX
#136B6CRGB
rgb(19, 107, 108)HSL
hsl(181, 70%, 25%)OKLCH
oklch(0.481 0.077 196.1)CMYK
cmyk(82%, 1%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#116062
2#0F5657
3#0D4B4C
4#0B4041
5#0A3536
6#082B2B
7#062021
8#041516
9#020B0B
Tints
Lighter variations
1#198B8D
2#1FABAD
3#24CBCE
4#3CDADD
5#5CE0E2
6#7DE6E8
7#9DECEE
8#BEF3F4
9#DEF9F9
Tones
Muted variations
1#186768
2#1C6263
3#215E5F
4#255A5B
5#295556
6#2E5152
7#324D4D
8#374849
9#3B4444
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEC #9BECED | BordersInactive statesPlaceholder text |
| 400 | 67E2 #67E2E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDA #3CDADD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BC #22BCBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B96 #1B9698 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136B #136B6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C44 #0C4445 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFD;
--teal-100: #E1F9FA;
--teal-200: #C7F4F5;
--teal-300: #9BECED;
--teal-400: #67E2E4;
--teal-500: #3CDADD;
--teal-600: #22BCBF;
--teal-700: #1B9698;
--teal-800: #136B6C;
--teal-900: #0C4445;
--teal-950: #082B2B;
}