Teal
#199A7C
CyanColor Codes
All color formats for development
HEX
#199A7CRGB
rgb(25, 154, 124)HSL
hsl(166, 72%, 35%)OKLCH
oklch(0.614 0.114 171.7)CMYK
cmyk(84%, 0%, 19%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#168A6F
2#147B63
3#116B56
4#0F5C4A
5#0C4D3E
6#0A3D31
7#072E25
8#051F19
9#020F0C
Tints
Lighter variations
1#1EB692
2#22D3A9
3#37DFB8
4#54E3C2
5#70E8CC
6#8DECD6
7#A9F1E0
8#C6F6EB
9#E2FAF5
Tones
Muted variations
1#1F9378
2#268D75
3#2C8671
4#33806E
5#39796A
6#407367
7#466D64
8#4C6660
9#53605D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFDB | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6C8 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFB8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC19B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4638 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFA;
--teal-100: #E0FAF4;
--teal-200: #C6F6EB;
--teal-300: #9AEFDB;
--teal-400: #65E6C8;
--teal-500: #3ADFB8;
--teal-600: #1FC19B;
--teal-700: #199A7C;
--teal-800: #126E58;
--teal-900: #0B4638;
--teal-950: #072C23;
}