Teal
#197C9A
CyanColor Codes
All color formats for development
HEX
#197C9ARGB
rgb(25, 124, 154)HSL
hsl(194, 72%, 35%)OKLCH
oklch(0.547 0.096 224.1)CMYK
cmyk(84%, 19%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#166F8A
2#14637B
3#11566B
4#0F4A5C
5#0C3E4D
6#0A313D
7#07252E
8#05191F
9#020C0F
Tints
Lighter variations
1#1E92B6
2#22A9D3
3#37B8DF
4#54C2E3
5#70CCE8
6#8DD6EC
7#A9E0F1
8#C6EBF6
9#E2F5FA
Tones
Muted variations
1#1F7893
2#26758D
3#2C7186
4#336E80
5#396A79
6#406773
7#46646D
8#4C6066
9#535D60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F4 #E0F4FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6EB #C6EBF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ADB #9ADBEF | BordersInactive statesPlaceholder text |
| 400 | 65C8 #65C8E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3AB8 #3AB8DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F9B #1F9BC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 197C #197C9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1258 #12586E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B38 #0B3846 | Primary textHigh emphasis contentDark headings |
| 950 | 0723 #07232C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FAFD;
--teal-100: #E0F4FA;
--teal-200: #C6EBF6;
--teal-300: #9ADBEF;
--teal-400: #65C8E6;
--teal-500: #3AB8DF;
--teal-600: #1F9BC1;
--teal-700: #197C9A;
--teal-800: #12586E;
--teal-900: #0B3846;
--teal-950: #07232C;
}