Teal
#189A96
CyanColor Codes
All color formats for development
HEX
#189A96RGB
rgb(24, 154, 150)HSL
hsl(178, 73%, 35%)OKLCH
oklch(0.622 0.103 191.5)CMYK
cmyk(84%, 0%, 3%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#168B87
2#137C78
3#116C69
4#0E5D5A
5#0C4D4B
6#0A3E3C
7#072E2D
8#051F1E
9#020F0F
Tints
Lighter variations
1#1DB7B2
2#21D4CE
3#36E0DA
4#53E4DF
5#70E9E5
6#8CEDEA
7#A9F2EF
8#C6F6F4
9#E2FBFA
Tones
Muted variations
1#1F9490
2#258D8A
3#2C8784
4#32807E
5#397A78
6#3F7372
7#466D6B
8#4C6665
9#53605F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFEC | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7E3 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2BD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4745 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFD;
--teal-100: #E0FAF9;
--teal-200: #C6F6F4;
--teal-300: #9AEFEC;
--teal-400: #65E7E3;
--teal-500: #38E0DA;
--teal-600: #1EC2BD;
--teal-700: #189A96;
--teal-800: #116E6B;
--teal-900: #0B4745;
--teal-950: #072C2B;
}