Teal
#199A80
CyanColor Codes
All color formats for development
HEX
#199A80RGB
rgb(25, 154, 128)HSL
hsl(168, 72%, 35%)OKLCH
oklch(0.615 0.111 174.4)CMYK
cmyk(84%, 0%, 17%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#168A73
2#147B66
3#116B59
4#0F5C4D
5#0C4D40
6#0A3D33
7#072E26
8#051F1A
9#020F0D
Tints
Lighter variations
1#1EB698
2#22D3AF
3#37DFBD
4#54E3C7
5#70E8D0
6#8DECD9
7#A9F1E3
8#C6F6EC
9#E2FAF6
Tones
Muted variations
1#1F937C
2#268D78
3#2C8674
4#338070
5#39796D
6#407369
7#466D65
8#4C6661
9#53605D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFDE | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6CC | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC1A1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B463A | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFB;
--teal-100: #E0FAF5;
--teal-200: #C6F6EC;
--teal-300: #9AEFDE;
--teal-400: #65E6CC;
--teal-500: #3ADFBE;
--teal-600: #1FC1A1;
--teal-700: #199A80;
--teal-800: #126E5B;
--teal-900: #0B463A;
--teal-950: #072C25;
}