Teal
#189A90
CyanColor Codes
All color formats for development
HEX
#189A90RGB
rgb(24, 154, 144)HSL
hsl(175, 73%, 35%)OKLCH
oklch(0.62 0.104 186.5)CMYK
cmyk(84%, 0%, 6%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#168B81
2#137C73
3#116C64
4#0E5D56
5#0C4D48
6#0A3E39
7#072E2B
8#051F1D
9#020F0E
Tints
Lighter variations
1#1DB7AA
2#21D4C5
3#36E0D2
4#53E4D8
5#70E9DF
6#8CEDE5
7#A9F2EC
8#C6F6F2
9#E2FBF9
Tones
Muted variations
1#1F948A
2#258D85
3#2C877F
4#32807A
5#397A74
6#3F736F
7#466D6A
8#4C6664
9#53605F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE8 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7DC | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4742 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFC;
--teal-100: #E0FAF8;
--teal-200: #C6F6F2;
--teal-300: #9AEFE8;
--teal-400: #65E7DC;
--teal-500: #38E0D2;
--teal-600: #1EC2B4;
--teal-700: #189A90;
--teal-800: #116E67;
--teal-900: #0B4742;
--teal-950: #072C29;
}