Teal
#12A197
CyanColor Codes
All color formats for development
HEX
#12A197RGB
rgb(18, 161, 151)HSL
hsl(176, 80%, 35%)OKLCH
oklch(0.64 0.109 186.9)CMYK
cmyk(89%, 0%, 6%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#109188
2#0E8179
3#0C706A
4#0B605B
5#09504C
6#07403C
7#05302D
8#04201E
9#02100F
Tints
Lighter variations
1#15BEB3
2#18DCCF
3#2EE8DB
4#4CEBE1
5#6AEEE6
6#88F2EB
7#A5F5F0
8#C3F8F5
9#E1FCFA
Tones
Muted variations
1#199A91
2#20928B
3#278B85
4#2E847E
5#367D78
6#3D7672
7#446F6C
8#4B6866
9#52605F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3ED | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDE4 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8DC | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CABE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A197 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D736C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084945 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFD;
--teal-100: #DFFBFA;
--teal-200: #C3F8F5;
--teal-300: #95F3ED;
--teal-400: #5EEDE4;
--teal-500: #30E8DC;
--teal-600: #16CABE;
--teal-700: #12A197;
--teal-800: #0D736C;
--teal-900: #084945;
--teal-950: #052E2B;
}