Teal
#12A192
CyanColor Codes
All color formats for development
HEX
#12A192RGB
rgb(18, 161, 146)HSL
hsl(174, 80%, 35%)OKLCH
oklch(0.638 0.111 183.1)CMYK
cmyk(89%, 0%, 9%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#109184
2#0E8175
3#0C7066
4#0B6058
5#095049
6#07403B
7#05302C
8#04201D
9#02100F
Tints
Lighter variations
1#15BEAE
2#18DCC9
3#2EE8D5
4#4CEBDB
5#6AEEE1
6#88F2E7
7#A5F5ED
8#C3F8F3
9#E1FCF9
Tones
Muted variations
1#199A8D
2#209287
3#278B81
4#2E847C
5#367D76
6#3D7670
7#446F6A
8#4B6865
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 | C3F8 #C3F8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3EA | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDDF | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A192 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7369 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084943 | 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: #C3F8F3;
--teal-300: #95F3EA;
--teal-400: #5EEDDF;
--teal-500: #30E8D6;
--teal-600: #16CAB8;
--teal-700: #12A192;
--teal-800: #0D7369;
--teal-900: #084943;
--teal-950: #052E2A;
}