Teal
#189A89
CyanColor Codes
All color formats for development
HEX
#189A89RGB
rgb(24, 154, 137)HSL
hsl(172, 73%, 35%)OKLCH
oklch(0.618 0.107 181)CMYK
cmyk(84%, 0%, 11%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#168B7B
2#137C6E
3#116C60
4#0E5D52
5#0C4D45
6#0A3E37
7#072E29
8#051F1B
9#020F0E
Tints
Lighter variations
1#1DB7A2
2#21D4BC
3#36E0C9
4#53E4D1
5#70E9D8
6#8CEDE0
7#A9F2E8
8#C6F6F0
9#E2FBF7
Tones
Muted variations
1#1F9484
2#258D7F
3#2C877B
4#328076
5#397A71
6#3F736C
7#466D68
8#4C6663
9#53605E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE4 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7D6 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B473F | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFB;
--teal-100: #E0FAF7;
--teal-200: #C6F6F0;
--teal-300: #9AEFE4;
--teal-400: #65E7D6;
--teal-500: #38E0CA;
--teal-600: #1EC2AC;
--teal-700: #189A89;
--teal-800: #116E62;
--teal-900: #0B473F;
--teal-950: #072C27;
}