Teal
#136C62
CyanColor Codes
All color formats for development
HEX
#136C62RGB
rgb(19, 108, 98)HSL
hsl(173, 70%, 25%)OKLCH
oklch(0.48 0.08 183.3)CMYK
cmyk(82%, 0%, 9%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#116258
2#0F574E
3#0D4C45
4#0B413B
5#0A3631
6#082B27
7#06211D
8#041614
9#020B0A
Tints
Lighter variations
1#198D7F
2#1FAD9D
3#24CEBA
4#3CDDCA
5#5CE2D3
6#7DE8DC
7#9DEEE4
8#BEF4ED
9#DEF9F6
Tones
Muted variations
1#18685F
2#1C635B
3#215F58
4#255B54
5#295651
6#2E524D
7#324D4A
8#374947
9#3B4443
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDE4 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4D6 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9889 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C453F | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFB;
--teal-100: #E1FAF7;
--teal-200: #C7F5F0;
--teal-300: #9BEDE4;
--teal-400: #67E4D6;
--teal-500: #3CDDCA;
--teal-600: #22BFAC;
--teal-700: #1B9889;
--teal-800: #136C62;
--teal-900: #0C453F;
--teal-950: #082B27;
}