Teal
#12A182
CyanColor Codes
All color formats for development
HEX
#12A182RGB
rgb(18, 161, 130)HSL
hsl(167, 80%, 35%)OKLCH
oklch(0.633 0.119 172.2)CMYK
cmyk(89%, 0%, 19%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#109175
2#0E8168
3#0C705B
4#0B604E
5#095041
6#074034
7#053027
8#04201A
9#02100D
Tints
Lighter variations
1#15BE9A
2#18DCB2
3#2EE8C0
4#4CEBC9
5#6AEED2
6#88F2DB
7#A5F5E4
8#C3F8ED
9#E1FCF6
Tones
Muted variations
1#199A7E
2#20927A
3#278B76
4#2E8472
5#367D6D
6#3D7669
7#446F65
8#4B6861
9#52605D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3DF | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDCE | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A182 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D735D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08493B | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFB;
--teal-100: #DFFBF5;
--teal-200: #C3F8ED;
--teal-300: #95F3DF;
--teal-400: #5EEDCE;
--teal-500: #30E8C0;
--teal-600: #16CAA3;
--teal-700: #12A182;
--teal-800: #0D735D;
--teal-900: #08493B;
--teal-950: #052E25;
}