Teal
#136C68
CyanColor Codes
All color formats for development
HEX
#136C68RGB
rgb(19, 108, 104)HSL
hsl(177, 70%, 25%)OKLCH
oklch(0.482 0.078 190.2)CMYK
cmyk(82%, 0%, 4%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11625E
2#0F5753
3#0D4C49
4#0B413E
5#0A3634
6#082B2A
7#06211F
8#041615
9#020B0A
Tints
Lighter variations
1#198D87
2#1FADA6
3#24CEC5
4#3CDDD5
5#5CE2DC
6#7DE8E3
7#9DEEEA
8#BEF4F1
9#DEF9F8
Tones
Muted variations
1#186864
2#1C6360
3#215F5C
4#255B58
5#295654
6#2E5250
7#324D4C
8#374948
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 #C7F5F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDE9 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4DE | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9891 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4543 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFC;
--teal-100: #E1FAF8;
--teal-200: #C7F5F3;
--teal-300: #9BEDE9;
--teal-400: #67E4DE;
--teal-500: #3CDDD5;
--teal-600: #22BFB7;
--teal-700: #1B9891;
--teal-800: #136C68;
--teal-900: #0C4543;
--teal-950: #082B2A;
}