Teal
#12A195
CyanColor Codes
All color formats for development
HEX
#12A195RGB
rgb(18, 161, 149)HSL
hsl(175, 80%, 35%)OKLCH
oklch(0.639 0.11 185.4)CMYK
cmyk(89%, 0%, 7%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#109186
2#0E8177
3#0C7068
4#0B6059
5#09504A
6#07403C
7#05302D
8#04201E
9#02100F
Tints
Lighter variations
1#15BEB0
2#18DCCC
3#2EE8D8
4#4CEBDE
5#6AEEE3
6#88F2E9
7#A5F5EE
8#C3F8F4
9#E1FCF9
Tones
Muted variations
1#199A8F
2#209289
3#278B83
4#2E847D
5#367D77
6#3D7671
7#446F6B
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 #C3F8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3EB | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDE1 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CABB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A195 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D736A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084944 | 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: #C3F8F4;
--teal-300: #95F3EB;
--teal-400: #5EEDE1;
--teal-500: #30E8D9;
--teal-600: #16CABB;
--teal-700: #12A195;
--teal-800: #0D736A;
--teal-900: #084944;
--teal-950: #052E2A;
}