Teal
#199A86
CyanColor Codes
All color formats for development
HEX
#199A86RGB
rgb(25, 154, 134)HSL
hsl(171, 72%, 35%)OKLCH
oklch(0.617 0.108 178.7)CMYK
cmyk(84%, 0%, 13%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#168A79
2#147B6B
3#116B5E
4#0F5C51
5#0C4D43
6#0A3D36
7#072E28
8#051F1B
9#020F0D
Tints
Lighter variations
1#1EB69F
2#22D3B8
3#37DFC5
4#54E3CE
5#70E8D6
6#8DECDE
7#A9F1E6
8#C6F6EF
9#E2FAF7
Tones
Muted variations
1#1F9382
2#268D7D
3#2C8679
4#338074
5#397970
6#40736B
7#466D67
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 #C6F6EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE2 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6D3 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC1A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B463D | 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: #C6F6EF;
--teal-300: #9AEFE2;
--teal-400: #65E6D3;
--teal-500: #3ADFC6;
--teal-600: #1FC1A9;
--teal-700: #199A86;
--teal-800: #126E60;
--teal-900: #0B463D;
--teal-950: #072C26;
}