Teal
#18809A
CyanColor Codes
All color formats for development
HEX
#18809ARGB
rgb(24, 128, 154)HSL
hsl(192, 73%, 35%)OKLCH
oklch(0.557 0.095 220)CMYK
cmyk(84%, 17%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16748B
2#13677C
3#115A6C
4#0E4D5D
5#0C404D
6#0A333E
7#07272E
8#051A1F
9#020D0F
Tints
Lighter variations
1#1D98B7
2#21B0D4
3#36BEE0
4#53C7E4
5#70D0E9
6#8CDAED
7#A9E3F2
8#C6ECF6
9#E2F6FB
Tones
Muted variations
1#1F7C94
2#25798D
3#2C7587
4#327180
5#396D7A
6#3F6973
7#46656D
8#4C6166
9#535D60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F5 #E0F5FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6EC #C6ECF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ADE #9ADEEF | BordersInactive statesPlaceholder text |
| 400 | 65CD #65CDE7 | Disabled statesSecondary iconsMuted text |
| 500 | 38BF #38BFE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EA1 #1EA1C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1880 #18809A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 115C #115C6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B3B #0B3B47 | Primary textHigh emphasis contentDark headings |
| 950 | 0725 #07252C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFD;
--teal-100: #E0F5FA;
--teal-200: #C6ECF6;
--teal-300: #9ADEEF;
--teal-400: #65CDE7;
--teal-500: #38BFE0;
--teal-600: #1EA1C2;
--teal-700: #18809A;
--teal-800: #115C6E;
--teal-900: #0B3B47;
--teal-950: #07252C;
}