Teal
#189A7E
CyanColor Codes
All color formats for development
HEX
#189A7ERGB
rgb(24, 154, 126)HSL
hsl(167, 73%, 35%)OKLCH
oklch(0.614 0.113 173.1)CMYK
cmyk(84%, 0%, 18%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#168B72
2#137C65
3#116C58
4#0E5D4C
5#0C4D3F
6#0A3E32
7#072E26
8#051F19
9#020F0D
Tints
Lighter variations
1#1DB796
2#21D4AD
3#36E0BB
4#53E4C5
5#70E9CE
6#8CEDD8
7#A9F2E2
8#C6F6EC
9#E2FBF5
Tones
Muted variations
1#1F947A
2#258D77
3#2C8773
4#32806F
5#397A6C
6#3F7368
7#466D64
8#4C6661
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 #C6F6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFDD | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7CB | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC29F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B473A | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFB;
--teal-100: #E0FAF5;
--teal-200: #C6F6EC;
--teal-300: #9AEFDD;
--teal-400: #65E7CB;
--teal-500: #38E0BC;
--teal-600: #1EC29F;
--teal-700: #189A7E;
--teal-800: #116E5A;
--teal-900: #0B473A;
--teal-950: #072C24;
}