Teal
#186F9A
BlueColor Codes
All color formats for development
HEX
#186F9ARGB
rgb(24, 111, 154)HSL
hsl(200, 73%, 35%)OKLCH
oklch(0.514 0.103 236.4)CMYK
cmyk(84%, 28%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16648B
2#13597C
3#114E6C
4#0E435D
5#0C374D
6#0A2C3E
7#07212E
8#05161F
9#020B0F
Tints
Lighter variations
1#1D84B7
2#2198D4
3#36A7E0
4#53B4E4
5#70C0E9
6#8CCDED
7#A9D9F2
8#C6E6F6
9#E2F2FB
Tones
Muted variations
1#1F6D94
2#256B8D
3#2C6887
4#326680
5#39647A
6#3F6273
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 | 9AD3 #9AD3EF | BordersInactive statesPlaceholder text |
| 400 | 65BB #65BBE7 | Disabled statesSecondary iconsMuted text |
| 500 | 38A8 #38A8E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E8C #1E8CC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 186F #186F9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 114F #114F6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B33 #0B3347 | 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: #9AD3EF;
--teal-400: #65BBE7;
--teal-500: #38A8E0;
--teal-600: #1E8CC2;
--teal-700: #186F9A;
--teal-800: #114F6E;
--teal-900: #0B3347;
--teal-950: #07202C;
}