Teal
#136C6C
CyanColor Codes
All color formats for development
HEX
#136C6CRGB
rgb(19, 108, 108)HSL
hsl(180, 70%, 25%)OKLCH
oklch(0.483 0.077 194.9)CMYK
cmyk(82%, 0%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#116262
2#0F5757
3#0D4C4C
4#0B4141
5#0A3636
6#082B2B
7#062121
8#041616
9#020B0B
Tints
Lighter variations
1#198D8D
2#1FADAD
3#24CECE
4#3CDDDD
5#5CE2E2
6#7DE8E8
7#9DEEEE
8#BEF4F4
9#DEF9F9
Tones
Muted variations
1#186868
2#1C6363
3#215F5F
4#255B5B
5#295656
6#2E5252
7#324D4D
8#374949
9#3B4444
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDED | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9898 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4545 | 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: #E1FAFA;
--teal-200: #C7F5F5;
--teal-300: #9BEDED;
--teal-400: #67E4E4;
--teal-500: #3CDDDD;
--teal-600: #22BFBF;
--teal-700: #1B9898;
--teal-800: #136C6C;
--teal-900: #0C4545;
--teal-950: #082B2B;
}