Teal
#189A73
GreenColor Codes
All color formats for development
HEX
#189A73RGB
rgb(24, 154, 115)HSL
hsl(162, 73%, 35%)OKLCH
oklch(0.611 0.121 166.3)CMYK
cmyk(84%, 0%, 25%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#168B68
2#137C5C
3#116C51
4#0E5D45
5#0C4D3A
6#0A3E2E
7#072E23
8#051F17
9#020F0C
Tints
Lighter variations
1#1DB789
2#21D49E
3#36E0AD
4#53E4B9
5#70E9C4
6#8CEDD0
7#A9F2DC
8#C6F6E8
9#E2FBF3
Tones
Muted variations
1#1F9471
2#258D6E
3#2C876B
4#328069
5#397A66
6#3F7364
7#466D61
8#4C665E
9#53605C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD5 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7C0 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC291 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4735 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFA;
--teal-100: #E0FAF2;
--teal-200: #C6F6E8;
--teal-300: #9AEFD5;
--teal-400: #65E7C0;
--teal-500: #38E0AE;
--teal-600: #1EC291;
--teal-700: #189A73;
--teal-800: #116E52;
--teal-900: #0B4735;
--teal-950: #072C21;
}