Teal
#199A95
CyanColor Codes
All color formats for development
HEX
#199A95RGB
rgb(25, 154, 149)HSL
hsl(178, 72%, 35%)OKLCH
oklch(0.622 0.103 190.6)CMYK
cmyk(84%, 0%, 3%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#168A86
2#147B77
3#116B68
4#0F5C5A
5#0C4D4B
6#0A3D3C
7#072E2D
8#051F1E
9#020F0F
Tints
Lighter variations
1#1EB6B1
2#22D3CD
3#37DFD9
4#54E3DE
5#70E8E4
6#8DECE9
7#A9F1EF
8#C6F6F4
9#E2FAFA
Tones
Muted variations
1#1F938F
2#268D89
3#2C8683
4#33807D
5#397977
6#407371
7#466D6B
8#4C6665
9#53605F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFEC | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC1BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4644 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFC;
--teal-100: #E0FAF9;
--teal-200: #C6F6F4;
--teal-300: #9AEFEC;
--teal-400: #65E6E2;
--teal-500: #3ADFD9;
--teal-600: #1FC1BC;
--teal-700: #199A95;
--teal-800: #126E6B;
--teal-900: #0B4644;
--teal-950: #072C2B;
}