Teal
#198F9A
CyanColor Codes
All color formats for development
HEX
#198F9ARGB
rgb(25, 143, 154)HSL
hsl(185, 72%, 35%)OKLCH
oklch(0.595 0.097 204.9)CMYK
cmyk(84%, 7%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16818A
2#14727B
3#11646B
4#0F565C
5#0C474D
6#0A393D
7#072B2E
8#051D1F
9#020E0F
Tints
Lighter variations
1#1EA9B6
2#22C4D3
3#37D1DF
4#54D7E3
5#70DEE8
6#8DE4EC
7#A9EBF1
8#C6F2F6
9#E2F8FA
Tones
Muted variations
1#1F8993
2#26848D
3#2C7F86
4#337980
5#397479
6#406F73
7#46696D
8#4C6466
9#535F60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F8 #E0F8FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F2 #C6F2F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE8 #9AE8EF | BordersInactive statesPlaceholder text |
| 400 | 65DB #65DBE6 | Disabled statesSecondary iconsMuted text |
| 500 | 3AD1 #3AD1DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FB4 #1FB4C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 198F #198F9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1266 #12666E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B41 #0B4146 | Primary textHigh emphasis contentDark headings |
| 950 | 0729 #07292C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFD;
--teal-100: #E0F8FA;
--teal-200: #C6F2F6;
--teal-300: #9AE8EF;
--teal-400: #65DBE6;
--teal-500: #3AD1DF;
--teal-600: #1FB4C1;
--teal-700: #198F9A;
--teal-800: #12666E;
--teal-900: #0B4146;
--teal-950: #07292C;
}