Teal
#136C66
CyanColor Codes
All color formats for development
HEX
#136C66RGB
rgb(19, 108, 102)HSL
hsl(176, 70%, 25%)OKLCH
oklch(0.481 0.079 187.8)CMYK
cmyk(82%, 0%, 6%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11625C
2#0F5752
3#0D4C48
4#0B413D
5#0A3633
6#082B29
7#06211F
8#041614
9#020B0A
Tints
Lighter variations
1#198D85
2#1FADA4
3#24CEC3
4#3CDDD2
5#5CE2D9
6#7DE8E1
7#9DEEE8
8#BEF4F0
9#DEF9F7
Tones
Muted variations
1#186863
2#1C635F
3#215F5B
4#255B57
5#295653
6#2E524F
7#324D4B
8#374947
9#3B4444
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDE8 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4DC | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B988F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4542 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFC;
--teal-100: #E1FAF8;
--teal-200: #C7F5F2;
--teal-300: #9BEDE8;
--teal-400: #67E4DC;
--teal-500: #3CDDD2;
--teal-600: #22BFB4;
--teal-700: #1B988F;
--teal-800: #136C66;
--teal-900: #0C4542;
--teal-950: #082B29;
}