Teal
#199A8B
CyanColor Codes
All color formats for development
HEX
#199A8BRGB
rgb(25, 154, 139)HSL
hsl(173, 72%, 35%)OKLCH
oklch(0.618 0.106 182.5)CMYK
cmyk(84%, 0%, 10%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#168A7D
2#147B6F
3#116B61
4#0F5C53
5#0C4D45
6#0A3D37
7#072E2A
8#051F1C
9#020F0E
Tints
Lighter variations
1#1EB6A4
2#22D3BE
3#37DFCB
4#54E3D2
5#70E8DA
6#8DECE1
7#A9F1E9
8#C6F6F0
9#E2FAF8
Tones
Muted variations
1#1F9386
2#268D81
3#2C867C
4#338077
5#397972
6#40736D
7#466D68
8#4C6663
9#53605E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE5 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6D7 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFCC | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC1AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B463F | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFC;
--teal-100: #E0FAF7;
--teal-200: #C6F6F0;
--teal-300: #9AEFE5;
--teal-400: #65E6D7;
--teal-500: #3ADFCC;
--teal-600: #1FC1AE;
--teal-700: #199A8B;
--teal-800: #126E63;
--teal-900: #0B463F;
--teal-950: #072C28;
}