Teal
#198B9A
CyanColor Codes
All color formats for development
HEX
#198B9ARGB
rgb(25, 139, 154)HSL
hsl(187, 72%, 35%)OKLCH
oklch(0.585 0.096 208.9)CMYK
cmyk(84%, 10%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#167D8A
2#146F7B
3#11616B
4#0F535C
5#0C454D
6#0A373D
7#072A2E
8#051C1F
9#020E0F
Tints
Lighter variations
1#1EA4B6
2#22BED3
3#37CBDF
4#54D2E3
5#70DAE8
6#8DE1EC
7#A9E9F1
8#C6F0F6
9#E2F8FA
Tones
Muted variations
1#1F8693
2#26818D
3#2C7C86
4#337780
5#397279
6#406D73
7#46686D
8#4C6366
9#535E60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F7 #E0F7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F0 #C6F0F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE5 #9AE5EF | BordersInactive statesPlaceholder text |
| 400 | 65D7 #65D7E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3ACC #3ACCDF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FAE #1FAEC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 198B #198B9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1263 #12636E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B3F #0B3F46 | Primary textHigh emphasis contentDark headings |
| 950 | 0728 #07282C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFD;
--teal-100: #E0F7FA;
--teal-200: #C6F0F6;
--teal-300: #9AE5EF;
--teal-400: #65D7E6;
--teal-500: #3ACCDF;
--teal-600: #1FAEC1;
--teal-700: #198B9A;
--teal-800: #12636E;
--teal-900: #0B3F46;
--teal-950: #07282C;
}