Teal
#189A87
CyanColor Codes
All color formats for development
HEX
#189A87RGB
rgb(24, 154, 135)HSL
hsl(171, 73%, 35%)OKLCH
oklch(0.617 0.108 179.5)CMYK
cmyk(84%, 0%, 12%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#168B79
2#137C6C
3#116C5E
4#0E5D51
5#0C4D43
6#0A3E36
7#072E28
8#051F1B
9#020F0D
Tints
Lighter variations
1#1DB7A0
2#21D4B9
3#36E0C6
4#53E4CE
5#70E9D6
6#8CEDDF
7#A9F2E7
8#C6F6EF
9#E2FBF7
Tones
Muted variations
1#1F9482
2#258D7E
3#2C8779
4#328075
5#397A70
6#3F736B
7#466D67
8#4C6662
9#53605E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE2 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7D3 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2AA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B473E | 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: #E0FAF6;
--teal-200: #C6F6EF;
--teal-300: #9AEFE2;
--teal-400: #65E7D3;
--teal-500: #38E0C7;
--teal-600: #1EC2AA;
--teal-700: #189A87;
--teal-800: #116E60;
--teal-900: #0B473E;
--teal-950: #072C27;
}