Teal
#189A7C
CyanColor Codes
All color formats for development
HEX
#189A7CRGB
rgb(24, 154, 124)HSL
hsl(166, 73%, 35%)OKLCH
oklch(0.614 0.114 171.8)CMYK
cmyk(84%, 0%, 19%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#168B70
2#137C63
3#116C57
4#0E5D4A
5#0C4D3E
6#0A3E32
7#072E25
8#051F19
9#020F0C
Tints
Lighter variations
1#1DB793
2#21D4AA
3#36E0B8
4#53E4C2
5#70E9CC
6#8CEDD7
7#A9F2E1
8#C6F6EB
9#E2FBF5
Tones
Muted variations
1#1F9479
2#258D75
3#2C8772
4#32806E
5#397A6B
6#3F7367
7#466D64
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 #C6F6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFDB | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7C8 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC29C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4739 | 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: #C6F6EB;
--teal-300: #9AEFDB;
--teal-400: #65E7C8;
--teal-500: #38E0B9;
--teal-600: #1EC29C;
--teal-700: #189A7C;
--teal-800: #116E59;
--teal-900: #0B4739;
--teal-950: #072C23;
}