Teal
#12A17D
CyanColor Codes
All color formats for development
HEX
#12A17DRGB
rgb(18, 161, 125)HSL
hsl(165, 80%, 35%)OKLCH
oklch(0.632 0.123 169.2)CMYK
cmyk(89%, 0%, 22%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#109170
2#0E8164
3#0C7057
4#0B604B
5#09503E
6#074032
7#053025
8#042019
9#02100C
Tints
Lighter variations
1#15BE94
2#18DCAB
3#2EE8B9
4#4CEBC3
5#6AEECD
6#88F2D7
7#A5F5E1
8#C3F8EB
9#E1FCF5
Tones
Muted variations
1#199A79
2#209276
3#278B72
4#2E846F
5#367D6B
6#3D7668
7#446F64
8#4B6860
9#52605D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3DC | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDC9 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CA9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A17D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7359 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084939 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFA;
--teal-100: #DFFBF4;
--teal-200: #C3F8EB;
--teal-300: #95F3DC;
--teal-400: #5EEDC9;
--teal-500: #30E8BA;
--teal-600: #16CA9D;
--teal-700: #12A17D;
--teal-800: #0D7359;
--teal-900: #084939;
--teal-950: #052E24;
}