Teal
#189A94
CyanColor Codes
All color formats for development
HEX
#189A94RGB
rgb(24, 154, 148)HSL
hsl(177, 73%, 35%)OKLCH
oklch(0.621 0.103 189.8)CMYK
cmyk(84%, 0%, 4%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#168B85
2#137C76
3#116C68
4#0E5D59
5#0C4D4A
6#0A3E3B
7#072E2C
8#051F1E
9#020F0F
Tints
Lighter variations
1#1DB7AF
2#21D4CB
3#36E0D7
4#53E4DD
5#70E9E3
6#8CEDE8
7#A9F2EE
8#C6F6F4
9#E2FBF9
Tones
Muted variations
1#1F948E
2#258D88
3#2C8782
4#32807C
5#397A77
6#3F7371
7#466D6B
8#4C6665
9#53605F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFEB | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7E0 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4744 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFC;
--teal-100: #E0FAF9;
--teal-200: #C6F6F4;
--teal-300: #9AEFEB;
--teal-400: #65E7E0;
--teal-500: #38E0D8;
--teal-600: #1EC2BA;
--teal-700: #189A94;
--teal-800: #116E6A;
--teal-900: #0B4744;
--teal-950: #072C2A;
}