Teal
#196D9A
BlueColor Codes
All color formats for development
HEX
#196D9ARGB
rgb(25, 109, 154)HSL
hsl(201, 72%, 35%)OKLCH
oklch(0.509 0.104 238.3)CMYK
cmyk(84%, 29%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16628A
2#14577B
3#114C6B
4#0F415C
5#0C364D
6#0A2B3D
7#07212E
8#05161F
9#020B0F
Tints
Lighter variations
1#1E81B6
2#2295D3
3#37A4DF
4#54B1E3
5#70BEE8
6#8DCBEC
7#A9D8F1
8#C6E5F6
9#E2F2FA
Tones
Muted variations
1#1F6B93
2#26698D
3#2C6786
4#336580
5#396379
6#406173
7#465F6D
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 | C6E5 #C6E5F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AD1 #9AD1EF | BordersInactive statesPlaceholder text |
| 400 | 65B9 #65B9E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3AA5 #3AA5DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F88 #1F88C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 196D #196D9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 124E #124E6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B32 #0B3246 | Primary textHigh emphasis contentDark headings |
| 950 | 071F #071F2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2F9FD;
--teal-100: #E0F1FA;
--teal-200: #C6E5F6;
--teal-300: #9AD1EF;
--teal-400: #65B9E6;
--teal-500: #3AA5DF;
--teal-600: #1F88C1;
--teal-700: #196D9A;
--teal-800: #124E6E;
--teal-900: #0B3246;
--teal-950: #071F2C;
}