Teal
#13A081
CyanColor Codes
All color formats for development
HEX
#13A081RGB
rgb(19, 160, 129)HSL
hsl(167, 79%, 35%)OKLCH
oklch(0.63 0.119 172)CMYK
cmyk(88%, 0%, 19%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#119074
2#0F8067
3#0D705A
4#0B604E
5#095041
6#074034
7#063027
8#04201A
9#02100D
Tints
Lighter variations
1#16BD99
2#1ADBB1
3#2FE7BF
4#4DEAC8
5#6BEED1
6#88F1DA
7#A6F5E4
8#C4F8ED
9#E1FCF6
Tones
Muted variations
1#1A997D
2#219279
3#288B75
4#2F8471
5#367D6D
6#3D7569
7#446E65
8#4B6761
9#52605D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3DF | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECCE | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A081 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D725C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493B | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFB;
--teal-100: #DFFBF5;
--teal-200: #C4F8ED;
--teal-300: #96F3DF;
--teal-400: #5FECCE;
--teal-500: #32E7C0;
--teal-600: #18C9A2;
--teal-700: #13A081;
--teal-800: #0D725C;
--teal-900: #09493B;
--teal-950: #052E25;
}