Teal
#189A80
CyanColor Codes
All color formats for development
HEX
#189A80RGB
rgb(24, 154, 128)HSL
hsl(168, 73%, 35%)OKLCH
oklch(0.615 0.112 174.4)CMYK
cmyk(84%, 0%, 17%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#168B74
2#137C67
3#116C5A
4#0E5D4D
5#0C4D40
6#0A3E33
7#072E27
8#051F1A
9#020F0D
Tints
Lighter variations
1#1DB798
2#21D4B0
3#36E0BE
4#53E4C7
5#70E9D0
6#8CEDDA
7#A9F2E3
8#C6F6EC
9#E2FBF6
Tones
Muted variations
1#1F947C
2#258D79
3#2C8775
4#328071
5#397A6D
6#3F7369
7#466D65
8#4C6661
9#53605D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFDE | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7CD | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2A1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B473B | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFB;
--teal-100: #E0FAF5;
--teal-200: #C6F6EC;
--teal-300: #9AEFDE;
--teal-400: #65E7CD;
--teal-500: #38E0BF;
--teal-600: #1EC2A1;
--teal-700: #189A80;
--teal-800: #116E5C;
--teal-900: #0B473B;
--teal-950: #072C25;
}