Teal
#13A084
CyanColor Codes
All color formats for development
HEX
#13A084RGB
rgb(19, 160, 132)HSL
hsl(168, 79%, 35%)OKLCH
oklch(0.631 0.117 174)CMYK
cmyk(88%, 0%, 17%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#119076
2#0F8069
3#0D705C
4#0B604F
5#095042
6#074035
7#063027
8#04201A
9#02100D
Tints
Lighter variations
1#16BD9C
2#1ADBB4
3#2FE7C2
4#4DEACB
5#6BEED3
6#88F1DC
7#A6F5E5
8#C4F8EE
9#E1FCF6
Tones
Muted variations
1#1A997F
2#21927B
3#288B77
4#2F8473
5#367D6E
6#3D756A
7#446E66
8#4B6762
9#52605D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3E0 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECD0 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A084 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D725E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09493C | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFB;
--teal-100: #DFFBF6;
--teal-200: #C4F8EE;
--teal-300: #96F3E0;
--teal-400: #5FECD0;
--teal-500: #32E7C3;
--teal-600: #18C9A5;
--teal-700: #13A084;
--teal-800: #0D725E;
--teal-900: #09493C;
--teal-950: #052E26;
}