Teal
#189A7A
CyanColor Codes
All color formats for development
HEX
#189A7ARGB
rgb(24, 154, 122)HSL
hsl(165, 73%, 35%)OKLCH
oklch(0.613 0.116 170.5)CMYK
cmyk(84%, 0%, 21%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#168B6E
2#137C61
3#116C55
4#0E5D49
5#0C4D3D
6#0A3E31
7#072E25
8#051F18
9#020F0C
Tints
Lighter variations
1#1DB790
2#21D4A7
3#36E0B5
4#53E4C0
5#70E9CA
6#8CEDD5
7#A9F2DF
8#C6F6EA
9#E2FBF4
Tones
Muted variations
1#1F9477
2#258D73
3#2C8770
4#32806D
5#397A6A
6#3F7366
7#466D63
8#4C6660
9#53605D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFDA | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7C6 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC299 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4738 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFA;
--teal-100: #E0FAF4;
--teal-200: #C6F6EA;
--teal-300: #9AEFDA;
--teal-400: #65E7C6;
--teal-500: #38E0B6;
--teal-600: #1EC299;
--teal-700: #189A7A;
--teal-800: #116E57;
--teal-900: #0B4738;
--teal-950: #072C23;
}