Teal
#199A8F
CyanColor Codes
All color formats for development
HEX
#199A8FRGB
rgb(25, 154, 143)HSL
hsl(175, 72%, 35%)OKLCH
oklch(0.62 0.104 185.7)CMYK
cmyk(84%, 0%, 7%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#168A81
2#147B72
3#116B64
4#0F5C56
5#0C4D47
6#0A3D39
7#072E2B
8#051F1D
9#020F0E
Tints
Lighter variations
1#1EB6A9
2#22D3C4
3#37DFD1
4#54E3D7
5#70E8DE
6#8DECE4
7#A9F1EB
8#C6F6F2
9#E2FAF8
Tones
Muted variations
1#1F9389
2#268D84
3#2C867F
4#338079
5#397974
6#40736F
7#466D69
8#4C6664
9#53605F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE8 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6DB | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC1B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4641 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFC;
--teal-100: #E0FAF8;
--teal-200: #C6F6F2;
--teal-300: #9AEFE8;
--teal-400: #65E6DB;
--teal-500: #3ADFD1;
--teal-600: #1FC1B4;
--teal-700: #199A8F;
--teal-800: #126E66;
--teal-900: #0B4641;
--teal-950: #072C29;
}