Teal
#12A18E
CyanColor Codes
All color formats for development
HEX
#12A18ERGB
rgb(18, 161, 142)HSL
hsl(172, 80%, 35%)OKLCH
oklch(0.637 0.112 180.2)CMYK
cmyk(89%, 0%, 12%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10917F
2#0E8171
3#0C7063
4#0B6055
5#095047
6#074039
7#05302A
8#04201C
9#02100E
Tints
Lighter variations
1#15BEA8
2#18DCC2
3#2EE8CF
4#4CEBD6
5#6AEEDD
6#88F2E4
7#A5F5EA
8#C3F8F1
9#E1FCF8
Tones
Muted variations
1#199A88
2#209283
3#278B7E
4#2E8479
5#367D73
6#3D766E
7#446F69
8#4B6864
9#52605E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3E7 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDDA | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A18E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7365 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084941 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFC;
--teal-100: #DFFBF8;
--teal-200: #C3F8F1;
--teal-300: #95F3E7;
--teal-400: #5EEDDA;
--teal-500: #30E8D0;
--teal-600: #16CAB2;
--teal-700: #12A18E;
--teal-800: #0D7365;
--teal-900: #084941;
--teal-950: #052E28;
}