Teal
#188B9A
CyanColor Codes
All color formats for development
HEX
#188B9ARGB
rgb(24, 139, 154)HSL
hsl(187, 73%, 35%)OKLCH
oklch(0.585 0.096 208.8)CMYK
cmyk(84%, 10%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#167D8B
2#136F7C
3#11616C
4#0E545D
5#0C464D
6#0A383E
7#072A2E
8#051C1F
9#020E0F
Tints
Lighter variations
1#1DA5B7
2#21BFD4
3#36CCE0
4#53D3E4
5#70DBE9
6#8CE2ED
7#A9E9F2
8#C6F0F6
9#E2F8FB
Tones
Muted variations
1#1F8694
2#25818D
3#2C7C87
4#327780
5#39727A
6#3F6D73
7#46686D
8#4C6366
9#535E60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F7 #E0F7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F0 #C6F0F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE5 #9AE5EF | BordersInactive statesPlaceholder text |
| 400 | 65D8 #65D8E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38CC #38CCE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EAF #1EAFC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 188B #188B9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1163 #11636E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B40 #0B4047 | 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: #E0F7FA;
--teal-200: #C6F0F6;
--teal-300: #9AE5EF;
--teal-400: #65D8E7;
--teal-500: #38CCE0;
--teal-600: #1EAFC2;
--teal-700: #188B9A;
--teal-800: #11636E;
--teal-900: #0B4047;
--teal-950: #07282C;
}