Teal
#105870
BlueColor Codes
All color formats for development
HEX
#105870RGB
rgb(16, 88, 112)HSL
hsl(195, 75%, 25%)OKLCH
oklch(0.43 0.077 226.2)CMYK
cmyk(86%, 21%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E4F64
2#0D4659
3#0B3D4E
4#0A3543
5#082C38
6#06232D
7#051A21
8#031216
9#02090B
Tints
Lighter variations
1#157291
2#198CB3
3#1EA7D4
4#36B7E2
5#58C3E7
6#79CFEC
7#9BDBF1
8#BCE7F5
9#DEF3FA
Tones
Muted variations
1#15556B
2#195366
3#1E5061
4#234E5C
5#284C58
6#2D4953
7#31474E
8#364549
9#3B4245
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F4 #E0F4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5EA #C5EAF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98DA #98DAF0 | BordersInactive statesPlaceholder text |
| 400 | 63C7 #63C7E9 | Disabled statesSecondary iconsMuted text |
| 500 | 36B7 #36B7E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C9A #1C9AC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 167B #167B9C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1058 #105870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A38 #0A3847 | Primary textHigh emphasis contentDark headings |
| 950 | 0623 #06232D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FAFD;
--teal-100: #E0F4FB;
--teal-200: #C5EAF7;
--teal-300: #98DAF0;
--teal-400: #63C7E9;
--teal-500: #36B7E2;
--teal-600: #1C9AC4;
--teal-700: #167B9C;
--teal-800: #105870;
--teal-900: #0A3847;
--teal-950: #06232D;
}