Teal
#12A19A
CyanColor Codes
All color formats for development
HEX
#12A19ARGB
rgb(18, 161, 154)HSL
hsl(177, 80%, 35%)OKLCH
oklch(0.641 0.108 189.3)CMYK
cmyk(89%, 0%, 4%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10918A
2#0E817B
3#0C706B
4#0B605C
5#09504D
6#07403D
7#05302E
8#04201F
9#02100F
Tints
Lighter variations
1#15BEB6
2#18DCD3
3#2EE8DF
4#4CEBE3
5#6AEEE8
6#88F2EC
7#A5F5F1
8#C3F8F6
9#E1FCFA
Tones
Muted variations
1#199A93
2#20928D
3#278B86
4#2E8480
5#367D79
6#3D7673
7#446F6D
8#4B6866
9#526060
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3EF | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDE6 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A19A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D736E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084946 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFD;
--teal-100: #DFFBFA;
--teal-200: #C3F8F6;
--teal-300: #95F3EF;
--teal-400: #5EEDE6;
--teal-500: #30E8DF;
--teal-600: #16CAC1;
--teal-700: #12A19A;
--teal-800: #0D736E;
--teal-900: #084946;
--teal-950: #052E2C;
}