Teal
#196F9A
BlueColor Codes
All color formats for development
HEX
#196F9ARGB
rgb(25, 111, 154)HSL
hsl(200, 72%, 35%)OKLCH
oklch(0.514 0.102 236.5)CMYK
cmyk(84%, 28%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16648A
2#14597B
3#114D6B
4#0F425C
5#0C374D
6#0A2C3D
7#07212E
8#05161F
9#020B0F
Tints
Lighter variations
1#1E83B6
2#2298D3
3#37A7DF
4#54B3E3
5#70C0E8
6#8DCDEC
7#A9D9F1
8#C6E6F6
9#E2F2FA
Tones
Muted variations
1#1F6D93
2#266A8D
3#2C6886
4#336680
5#396479
6#406273
7#46606D
8#4C5E66
9#535B60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F1 #E0F1FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E6 #C6E6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AD2 #9AD2EF | BordersInactive statesPlaceholder text |
| 400 | 65BB #65BBE6 | Disabled statesSecondary iconsMuted text |
| 500 | 3AA8 #3AA8DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F8B #1F8BC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 196F #196F9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 124F #124F6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B33 #0B3346 | Primary textHigh emphasis contentDark headings |
| 950 | 0720 #07202C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2F9FD;
--teal-100: #E0F1FA;
--teal-200: #C6E6F6;
--teal-300: #9AD2EF;
--teal-400: #65BBE6;
--teal-500: #3AA8DF;
--teal-600: #1F8BC1;
--teal-700: #196F9A;
--teal-800: #124F6E;
--teal-900: #0B3346;
--teal-950: #07202C;
}