Teal
#12A189
CyanColor Codes
All color formats for development
HEX
#12A189RGB
rgb(18, 161, 137)HSL
hsl(170, 80%, 35%)OKLCH
oklch(0.635 0.115 176.7)CMYK
cmyk(89%, 0%, 15%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10917B
2#0E816D
3#0C7060
4#0B6052
5#095044
6#074037
7#053029
8#04201B
9#02100E
Tints
Lighter variations
1#15BEA2
2#18DCBC
3#2EE8C9
4#4CEBD1
5#6AEED8
6#88F2E0
7#A5F5E8
8#C3F8F0
9#E1FCF7
Tones
Muted variations
1#199A84
2#20927F
3#278B7B
4#2E8476
5#367D71
6#3D766C
7#446F68
8#4B6863
9#52605E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3E4 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDD5 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A189 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7362 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08493F | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFB;
--teal-100: #DFFBF7;
--teal-200: #C3F8F0;
--teal-300: #95F3E4;
--teal-400: #5EEDD5;
--teal-500: #30E8C9;
--teal-600: #16CAAC;
--teal-700: #12A189;
--teal-800: #0D7362;
--teal-900: #08493F;
--teal-950: #052E27;
}