Teal
#196A9A
BlueColor Codes
All color formats for development
HEX
#196A9ARGB
rgb(25, 106, 154)HSL
hsl(202, 72%, 35%)OKLCH
oklch(0.501 0.106 240.8)CMYK
cmyk(84%, 31%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16608A
2#14557B
3#114A6B
4#0F405C
5#0C354D
6#0A2B3D
7#07202E
8#05151F
9#020B0F
Tints
Lighter variations
1#1E7EB6
2#2292D3
3#37A1DF
4#54AFE3
5#70BCE8
6#8DC9EC
7#A9D7F1
8#C6E4F6
9#E2F2FA
Tones
Muted variations
1#1F6993
2#26678D
3#2C6586
4#336480
5#396279
6#406073
7#465E6D
8#4C5D66
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 | C6E4 #C6E4F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AD0 #9AD0EF | BordersInactive statesPlaceholder text |
| 400 | 65B7 #65B7E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3AA2 #3AA2DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F86 #1F86C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 196A #196A9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 124C #124C6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B31 #0B3146 | Primary textHigh emphasis contentDark headings |
| 950 | 071E #071E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2F9FD;
--teal-100: #E0F1FA;
--teal-200: #C6E4F6;
--teal-300: #9AD0EF;
--teal-400: #65B7E6;
--teal-500: #3AA2DF;
--teal-600: #1F86C1;
--teal-700: #196A9A;
--teal-800: #124C6E;
--teal-900: #0B3146;
--teal-950: #071E2C;
}