Teal
#189A9A
CyanColor Codes
All color formats for development
HEX
#189A9ARGB
rgb(24, 154, 154)HSL
hsl(180, 73%, 35%)OKLCH
oklch(0.623 0.102 194.9)CMYK
cmyk(84%, 0%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#168B8B
2#137C7C
3#116C6C
4#0E5D5D
5#0C4D4D
6#0A3E3E
7#072E2E
8#051F1F
9#020F0F
Tints
Lighter variations
1#1DB7B7
2#21D4D4
3#36E0E0
4#53E4E4
5#70E9E9
6#8CEDED
7#A9F2F2
8#C6F6F6
9#E2FBFB
Tones
Muted variations
1#1F9494
2#258D8D
3#2C8787
4#328080
5#397A7A
6#3F7373
7#466D6D
8#4C6666
9#536060
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFEF | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4747 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFD;
--teal-100: #E0FAFA;
--teal-200: #C6F6F6;
--teal-300: #9AEFEF;
--teal-400: #65E7E7;
--teal-500: #38E0E0;
--teal-600: #1EC2C2;
--teal-700: #189A9A;
--teal-800: #116E6E;
--teal-900: #0B4747;
--teal-950: #072C2C;
}