Teal
#189A75
GreenColor Codes
All color formats for development
HEX
#189A75RGB
rgb(24, 154, 117)HSL
hsl(163, 73%, 35%)OKLCH
oklch(0.612 0.119 167.5)CMYK
cmyk(84%, 0%, 24%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#168B6A
2#137C5E
3#116C52
4#0E5D46
5#0C4D3B
6#0A3E2F
7#072E23
8#051F17
9#020F0C
Tints
Lighter variations
1#1DB78B
2#21D4A1
3#36E0B0
4#53E4BB
5#70E9C6
6#8CEDD2
7#A9F2DD
8#C6F6E8
9#E2FBF4
Tones
Muted variations
1#1F9473
2#258D70
3#2C876D
4#32806A
5#397A67
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 #C6F6E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFD7 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7C2 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0B1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC294 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A75 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E54 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4736 | 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: #C6F6E8;
--teal-300: #9AEFD7;
--teal-400: #65E7C2;
--teal-500: #38E0B1;
--teal-600: #1EC294;
--teal-700: #189A75;
--teal-800: #116E54;
--teal-900: #0B4736;
--teal-950: #072C22;
}