Teal
#136C6B
CyanColor Codes
All color formats for development
HEX
#136C6BRGB
rgb(19, 108, 107)HSL
hsl(179, 70%, 25%)OKLCH
oklch(0.483 0.078 193.7)CMYK
cmyk(82%, 0%, 1%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#116260
2#0F5756
3#0D4C4B
4#0B4140
5#0A3635
6#082B2B
7#062120
8#041615
9#020B0B
Tints
Lighter variations
1#198D8B
2#1FADAB
3#24CECB
4#3CDDDA
5#5CE2E0
6#7DE8E6
7#9DEEEC
8#BEF4F3
9#DEF9F9
Tones
Muted variations
1#186867
2#1C6362
3#215F5E
4#255B5A
5#295655
6#2E5251
7#324D4D
8#374948
9#3B4444
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDEC | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9896 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4544 | 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: #E1FAF9;
--teal-200: #C7F5F4;
--teal-300: #9BEDEC;
--teal-400: #67E4E2;
--teal-500: #3CDDDA;
--teal-600: #22BFBC;
--teal-700: #1B9896;
--teal-800: #136C6B;
--teal-900: #0C4544;
--teal-950: #082B2B;
}