Teal
#186D9A
BlueColor Codes
All color formats for development
HEX
#186D9ARGB
rgb(24, 109, 154)HSL
hsl(201, 73%, 35%)OKLCH
oklch(0.509 0.104 238.1)CMYK
cmyk(84%, 29%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16628B
2#13577C
3#114C6C
4#0E415D
5#0C364D
6#0A2C3E
7#07212E
8#05161F
9#020B0F
Tints
Lighter variations
1#1D81B7
2#2195D4
3#36A4E0
4#53B1E4
5#70BEE9
6#8CCBED
7#A9D8F2
8#C6E5F6
9#E2F2FB
Tones
Muted variations
1#1F6B94
2#25698D
3#2C6787
4#326580
5#39637A
6#3F6173
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 #65B9E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38A5 #38A5E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E89 #1E89C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 186D #186D9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 114E #114E6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B32 #0B3247 | 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: #65B9E7;
--teal-500: #38A5E0;
--teal-600: #1E89C2;
--teal-700: #186D9A;
--teal-800: #114E6E;
--teal-900: #0B3247;
--teal-950: #071F2C;
}