Teal
#18909A
CyanColor Codes
All color formats for development
HEX
#18909ARGB
rgb(24, 144, 154)HSL
hsl(185, 73%, 35%)OKLCH
oklch(0.598 0.097 203.9)CMYK
cmyk(84%, 6%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16818B
2#13737C
3#11646C
4#0E565D
5#0C484D
6#0A393E
7#072B2E
8#051D1F
9#020E0F
Tints
Lighter variations
1#1DAAB7
2#21C5D4
3#36D2E0
4#53D8E4
5#70DFE9
6#8CE5ED
7#A9ECF2
8#C6F2F6
9#E2F9FB
Tones
Muted variations
1#1F8A94
2#25858D
3#2C7F87
4#327A80
5#39747A
6#3F6F73
7#466A6D
8#4C6466
9#535F60
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 | C6F2 #C6F2F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE8 #9AE8EF | BordersInactive statesPlaceholder text |
| 400 | 65DC #65DCE7 | Disabled statesSecondary iconsMuted text |
| 500 | 38D2 #38D2E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EB4 #1EB4C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1890 #18909A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1167 #11676E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B42 #0B4247 | Primary textHigh emphasis contentDark headings |
| 950 | 0729 #07292C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFD;
--teal-100: #E0F8FA;
--teal-200: #C6F2F6;
--teal-300: #9AE8EF;
--teal-400: #65DCE7;
--teal-500: #38D2E0;
--teal-600: #1EB4C2;
--teal-700: #18909A;
--teal-800: #11676E;
--teal-900: #0B4247;
--teal-950: #07292C;
}