Teal
#199A84
CyanColor Codes
All color formats for development
HEX
#199A84RGB
rgb(25, 154, 132)HSL
hsl(170, 72%, 35%)OKLCH
oklch(0.616 0.109 177.2)CMYK
cmyk(84%, 0%, 14%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#168A77
2#147B6A
3#116B5C
4#0F5C4F
5#0C4D42
6#0A3D35
7#072E28
8#051F1A
9#020F0D
Tints
Lighter variations
1#1EB69D
2#22D3B5
3#37DFC3
4#54E3CB
5#70E8D4
6#8DECDD
7#A9F1E5
8#C6F6EE
9#E2FAF6
Tones
Muted variations
1#1F9380
2#268D7C
3#2C8677
4#338073
5#39796F
6#40736A
7#466D66
8#4C6662
9#53605E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE1 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6D1 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC1A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B463C | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFB;
--teal-100: #E0FAF6;
--teal-200: #C6F6EE;
--teal-300: #9AEFE1;
--teal-400: #65E6D1;
--teal-500: #3ADFC3;
--teal-600: #1FC1A6;
--teal-700: #199A84;
--teal-800: #126E5E;
--teal-900: #0B463C;
--teal-950: #072C26;
}