Teal
#12A186
CyanColor Codes
All color formats for development
HEX
#12A186RGB
rgb(18, 161, 134)HSL
hsl(169, 80%, 35%)OKLCH
oklch(0.634 0.117 174.7)CMYK
cmyk(89%, 0%, 17%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#109179
2#0E816C
3#0C705E
4#0B6051
5#095043
6#074036
7#053028
8#04201B
9#02100D
Tints
Lighter variations
1#15BE9F
2#18DCB8
3#2EE8C6
4#4CEBCE
5#6AEED6
6#88F2DE
7#A5F5E6
8#C3F8EF
9#E1FCF7
Tones
Muted variations
1#199A82
2#20927D
3#278B79
4#2E8474
5#367D70
6#3D766B
7#446F67
8#4B6862
9#52605E
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 | C3F8 #C3F8EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3E2 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDD3 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A186 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7360 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08493D | 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: #C3F8EF;
--teal-300: #95F3E2;
--teal-400: #5EEDD3;
--teal-500: #30E8C6;
--teal-600: #16CAA9;
--teal-700: #12A186;
--teal-800: #0D7360;
--teal-900: #08493D;
--teal-950: #052E26;
}