Teal
#186B9A
BlueColor Codes
All color formats for development
HEX
#186B9ARGB
rgb(24, 107, 154)HSL
hsl(202, 73%, 35%)OKLCH
oklch(0.504 0.106 239.8)CMYK
cmyk(84%, 31%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16608B
2#13557C
3#114B6C
4#0E405D
5#0C354D
6#0A2B3E
7#07202E
8#05151F
9#020B0F
Tints
Lighter variations
1#1D7EB7
2#2192D4
3#36A2E0
4#53AFE4
5#70BCE9
6#8CCAED
7#A9D7F2
8#C6E4F6
9#E2F2FB
Tones
Muted variations
1#1F6994
2#25678D
3#2C6587
4#326480
5#39627A
6#3F6073
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 #65B7E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38A3 #38A3E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E86 #1E86C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 186B #186B9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 114C #114C6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B31 #0B3147 | 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: #65B7E7;
--teal-500: #38A3E0;
--teal-600: #1E86C2;
--teal-700: #186B9A;
--teal-800: #114C6E;
--teal-900: #0B3147;
--teal-950: #071E2C;
}