Teal
#188D9A
CyanColor Codes
All color formats for development
HEX
#188D9ARGB
rgb(24, 141, 154)HSL
hsl(186, 73%, 35%)OKLCH
oklch(0.59 0.096 206.8)CMYK
cmyk(84%, 8%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#167F8B
2#13717C
3#11636C
4#0E555D
5#0C474D
6#0A393E
7#072A2E
8#051C1F
9#020E0F
Tints
Lighter variations
1#1DA8B7
2#21C2D4
3#36CFE0
4#53D6E4
5#70DDE9
6#8CE3ED
7#A9EAF2
8#C6F1F6
9#E2F8FB
Tones
Muted variations
1#1F8894
2#25838D
3#2C7E87
4#327980
5#39737A
6#3F6E73
7#46696D
8#4C6466
9#535E60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F8 #E0F8FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F1 #C6F1F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE7 #9AE7EF | BordersInactive statesPlaceholder text |
| 400 | 65DA #65DAE7 | Disabled statesSecondary iconsMuted text |
| 500 | 38CF #38CFE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EB2 #1EB2C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 188D #188D9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1165 #11656E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B41 #0B4147 | Primary textHigh emphasis contentDark headings |
| 950 | 0728 #07282C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFD;
--teal-100: #E0F8FA;
--teal-200: #C6F1F6;
--teal-300: #9AE7EF;
--teal-400: #65DAE7;
--teal-500: #38CFE0;
--teal-600: #1EB2C2;
--teal-700: #188D9A;
--teal-800: #11656E;
--teal-900: #0B4147;
--teal-950: #07282C;
}