Teal
#13A092
CyanColor Codes
All color formats for development
HEX
#13A092RGB
rgb(19, 160, 146)HSL
hsl(174, 79%, 35%)OKLCH
oklch(0.636 0.11 183.8)CMYK
cmyk(88%, 0%, 9%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#119083
2#0F8075
3#0D7066
4#0B6057
5#095049
6#07403A
7#06302C
8#04201D
9#02100F
Tints
Lighter variations
1#16BDAD
2#1ADBC8
3#2FE7D4
4#4DEADA
5#6BEEE1
6#88F1E7
7#A6F5ED
8#C4F8F3
9#E1FCF9
Tones
Muted variations
1#1A998C
2#219286
3#288B81
4#2F847B
5#367D75
6#3D7570
7#446E6A
8#4B6765
9#52605F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3E9 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECDE | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A092 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7268 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094943 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFC;
--teal-100: #DFFBF8;
--teal-200: #C4F8F3;
--teal-300: #96F3E9;
--teal-400: #5FECDE;
--teal-500: #32E7D5;
--teal-600: #18C9B7;
--teal-700: #13A092;
--teal-800: #0D7268;
--teal-900: #094943;
--teal-950: #052E2A;
}