Teal
#189A85
CyanColor Codes
All color formats for development
HEX
#189A85RGB
rgb(24, 154, 133)HSL
hsl(170, 73%, 35%)OKLCH
oklch(0.616 0.109 178)CMYK
cmyk(84%, 0%, 14%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#168B77
2#137C6A
3#116C5D
4#0E5D50
5#0C4D42
6#0A3E35
7#072E28
8#051F1B
9#020F0D
Tints
Lighter variations
1#1DB79D
2#21D4B6
3#36E0C3
4#53E4CC
5#70E9D4
6#8CEDDD
7#A9F2E5
8#C6F6EE
9#E2FBF6
Tones
Muted variations
1#1F9480
2#258D7C
3#2C8778
4#328073
5#397A6F
6#3F736B
7#466D66
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 #C6F6EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE1 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7D1 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B473D | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFB;
--teal-100: #E0FAF6;
--teal-200: #C6F6EE;
--teal-300: #9AEFE1;
--teal-400: #65E7D1;
--teal-500: #38E0C4;
--teal-600: #1EC2A7;
--teal-700: #189A85;
--teal-800: #116E5F;
--teal-900: #0B473D;
--teal-950: #072C26;
}