Teal
#189A8D
CyanColor Codes
All color formats for development
HEX
#189A8DRGB
rgb(24, 154, 141)HSL
hsl(174, 73%, 35%)OKLCH
oklch(0.619 0.105 184.1)CMYK
cmyk(84%, 0%, 8%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#168B7F
2#137C71
3#116C63
4#0E5D55
5#0C4D47
6#0A3E39
7#072E2A
8#051F1C
9#020F0E
Tints
Lighter variations
1#1DB7A8
2#21D4C2
3#36E0CF
4#53E4D6
5#70E9DD
6#8CEDE3
7#A9F2EA
8#C6F6F1
9#E2FBF8
Tones
Muted variations
1#1F9488
2#258D83
3#2C877E
4#328079
5#397A73
6#3F736E
7#466D69
8#4C6664
9#53605E
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 #C6F6F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE7 | BordersInactive statesPlaceholder text |
| 400 | 65E7 #65E7DA | Disabled statesSecondary iconsMuted text |
| 500 | 38E0 #38E0CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EC2 #1EC2B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 189A #189A8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 116E #116E65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B47 #0B4741 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFC;
--teal-100: #E0FAF8;
--teal-200: #C6F6F1;
--teal-300: #9AEFE7;
--teal-400: #65E7DA;
--teal-500: #38E0CF;
--teal-600: #1EC2B2;
--teal-700: #189A8D;
--teal-800: #116E65;
--teal-900: #0B4741;
--teal-950: #072C28;
}