Teal
#18949A
CyanColor Codes
All color formats for development
HEX
#18949ARGB
rgb(24, 148, 154)HSL
hsl(183, 73%, 35%)OKLCH
oklch(0.608 0.099 200.2)CMYK
cmyk(84%, 4%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16858B
2#13767C
3#11686C
4#0E595D
5#0C4A4D
6#0A3B3E
7#072C2E
8#051E1F
9#020F0F
Tints
Lighter variations
1#1DAFB7
2#21CBD4
3#36D7E0
4#53DDE4
5#70E3E9
6#8CE8ED
7#A9EEF2
8#C6F4F6
9#E2F9FB
Tones
Muted variations
1#1F8E94
2#25888D
3#2C8287
4#327C80
5#39777A
6#3F7173
7#466B6D
8#4C6566
9#535F60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F9 #E0F9FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F4 #C6F4F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEB #9AEBEF | BordersInactive statesPlaceholder text |
| 400 | 65E0 #65E0E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38D8 #38D8E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EBA #1EBAC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1894 #18949A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116A #116A6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B44 #0B4447 | Primary textHigh emphasis contentDark headings |
| 950 | 072A #072A2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFD;
--teal-100: #E0F9FA;
--teal-200: #C6F4F6;
--teal-300: #9AEBEF;
--teal-400: #65E0E7;
--teal-500: #38D8E0;
--teal-600: #1EBAC2;
--teal-700: #18949A;
--teal-800: #116A6E;
--teal-900: #0B4447;
--teal-950: #072A2C;
}