Teal
#12A19E
CyanColor Codes
All color formats for development
HEX
#12A19ERGB
rgb(18, 161, 158)HSL
hsl(179, 80%, 35%)OKLCH
oklch(0.642 0.107 192.4)CMYK
cmyk(89%, 0%, 2%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10918E
2#0E817F
3#0C706F
4#0B605F
5#09504F
6#07403F
7#05302F
8#042020
9#021010
Tints
Lighter variations
1#15BEBC
2#18DCD9
3#2EE8E5
4#4CEBE8
5#6AEEEC
6#88F2F0
7#A5F5F4
8#C3F8F7
9#E1FCFB
Tones
Muted variations
1#199A97
2#209290
3#278B8A
4#2E8483
5#367D7C
6#3D7675
7#446F6E
8#4B6867
9#526060
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3F2 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDEB | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A19E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7371 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084948 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFD;
--teal-100: #DFFBFB;
--teal-200: #C3F8F7;
--teal-300: #95F3F2;
--teal-400: #5EEDEB;
--teal-500: #30E8E5;
--teal-600: #16CAC7;
--teal-700: #12A19E;
--teal-800: #0D7371;
--teal-900: #084948;
--teal-950: #052E2D;
}