Teal
#199A9A
CyanColor Codes
All color formats for development
HEX
#199A9ARGB
rgb(25, 154, 154)HSL
hsl(180, 72%, 35%)OKLCH
oklch(0.624 0.102 194.9)CMYK
cmyk(84%, 0%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#168A8A
2#147B7B
3#116B6B
4#0F5C5C
5#0C4D4D
6#0A3D3D
7#072E2E
8#051F1F
9#020F0F
Tints
Lighter variations
1#1EB6B6
2#22D3D3
3#37DFDF
4#54E3E3
5#70E8E8
6#8DECEC
7#A9F1F1
8#C6F6F6
9#E2FAFA
Tones
Muted variations
1#1F9393
2#268D8D
3#2C8686
4#338080
5#397979
6#407373
7#466D6D
8#4C6666
9#536060
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFEF | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFDF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC1C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4646 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFD;
--teal-100: #E0FAFA;
--teal-200: #C6F6F6;
--teal-300: #9AEFEF;
--teal-400: #65E6E6;
--teal-500: #3ADFDF;
--teal-600: #1FC1C1;
--teal-700: #199A9A;
--teal-800: #126E6E;
--teal-900: #0B4646;
--teal-950: #072C2C;
}