Teal
#189A83
CyanColor Codes
All color formats for development
HEX
#189A83RGB
rgb(24, 154, 131)HSL
hsl(169, 73%, 35%)OKLCH
oklch(0.616 0.11 176.6)CMYK
cmyk(84%, 0%, 15%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#168B75
2#137C68
3#116C5B
4#0E5D4E
5#0C4D41
6#0A3E34
7#072E27
8#051F1A
9#020F0D
Tints
Lighter variations
1#1DB79B
2#21D4B3
3#36E0C1
4#53E4CA
5#70E9D2
6#8CEDDB
7#A9F2E4
8#C6F6ED
9#E2FBF6
Tones
Muted variations
1#1F947E
2#258D7A
3#2C8776
4#328072
5#397A6E
6#3F736A
7#466D66
8#4C6662
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 #C6F6ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFDF | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7CF | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A83 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B473C | 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: #C6F6ED;
--teal-300: #9AEFDF;
--teal-400: #65E7CF;
--teal-500: #38E0C1;
--teal-600: #1EC2A4;
--teal-700: #189A83;
--teal-800: #116E5D;
--teal-900: #0B473C;
--teal-950: #072C25;
}