Teal
#18899A
CyanColor Codes
All color formats for development
HEX
#18899ARGB
rgb(24, 137, 154)HSL
hsl(188, 73%, 35%)OKLCH
oklch(0.58 0.095 210.8)CMYK
cmyk(84%, 11%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#167B8B
2#136E7C
3#11606C
4#0E525D
5#0C454D
6#0A373E
7#07292E
8#051B1F
9#020E0F
Tints
Lighter variations
1#1DA2B7
2#21BCD4
3#36C9E0
4#53D1E4
5#70D8E9
6#8CE0ED
7#A9E8F2
8#C6F0F6
9#E2F7FB
Tones
Muted variations
1#1F8494
2#257F8D
3#2C7B87
4#327680
5#39717A
6#3F6C73
7#46686D
8#4C6366
9#535E60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F7 #E0F7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F0 #C6F0F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE4 #9AE4EF | BordersInactive statesPlaceholder text |
| 400 | 65D6 #65D6E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38CA #38CAE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EAC #1EACC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1889 #18899A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1162 #11626E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B3F #0B3F47 | Primary textHigh emphasis contentDark headings |
| 950 | 0727 #07272C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFD;
--teal-100: #E0F7FA;
--teal-200: #C6F0F6;
--teal-300: #9AE4EF;
--teal-400: #65D6E7;
--teal-500: #38CAE0;
--teal-600: #1EACC2;
--teal-700: #18899A;
--teal-800: #11626E;
--teal-900: #0B3F47;
--teal-950: #07272C;
}