Teal
#189A78
GreenColor Codes
All color formats for development
HEX
#189A78RGB
rgb(24, 154, 120)HSL
hsl(164, 73%, 35%)OKLCH
oklch(0.612 0.117 169.2)CMYK
cmyk(84%, 0%, 22%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#168B6C
2#137C60
3#116C54
4#0E5D48
5#0C4D3C
6#0A3E30
7#072E24
8#051F18
9#020F0C
Tints
Lighter variations
1#1DB78E
2#21D4A4
3#36E0B3
4#53E4BD
5#70E9C8
6#8CEDD3
7#A9F2DE
8#C6F6E9
9#E2FBF4
Tones
Muted variations
1#1F9475
2#258D72
3#2C876F
4#32806B
5#397A68
6#3F7365
7#466D62
8#4C665F
9#53605C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD8 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7C4 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC296 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A78 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4737 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFA;
--teal-100: #E0FAF3;
--teal-200: #C6F6E9;
--teal-300: #9AEFD8;
--teal-400: #65E7C4;
--teal-500: #38E0B3;
--teal-600: #1EC296;
--teal-700: #189A78;
--teal-800: #116E55;
--teal-900: #0B4737;
--teal-950: #072C22;
}