Teal
#13A094
CyanColor Codes
All color formats for development
HEX
#13A094RGB
rgb(19, 160, 148)HSL
hsl(175, 79%, 35%)OKLCH
oklch(0.636 0.109 185.3)CMYK
cmyk(88%, 0%, 7%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#119085
2#0F8076
3#0D7068
4#0B6059
5#09504A
6#07403B
7#06302C
8#04201E
9#02100F
Tints
Lighter variations
1#16BDAF
2#1ADBCB
3#2FE7D7
4#4DEADD
5#6BEEE3
6#88F1E8
7#A6F5EE
8#C4F8F4
9#E1FCF9
Tones
Muted variations
1#1A998E
2#219288
3#288B82
4#2F847D
5#367D77
6#3D7571
7#446E6B
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 #DFFBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3EB | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECE1 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C9BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A094 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D726A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094944 | 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: #DFFBF9;
--teal-200: #C4F8F4;
--teal-300: #96F3EB;
--teal-400: #5FECE1;
--teal-500: #32E7D8;
--teal-600: #18C9BA;
--teal-700: #13A094;
--teal-800: #0D726A;
--teal-900: #094944;
--teal-950: #052E2A;
}