Teal
#085677
BlueColor Codes
All color formats for development
HEX
#085677RGB
rgb(8, 86, 119)HSL
hsl(198, 87%, 25%)OKLCH
oklch(0.428 0.086 234.1)CMYK
cmyk(93%, 28%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#074D6B
2#07455F
3#063C53
4#053448
5#042B3C
6#032230
7#021A24
8#021118
9#01090C
Tints
Lighter variations
1#0B709B
2#0D89BF
3#10A3E3
4#28B4F0
5#4CC1F3
6#70CDF5
7#94DAF8
8#B7E6FA
9#DBF3FD
Tones
Muted variations
1#0E5472
2#13516C
3#194F67
4#1E4D61
5#244B5B
6#2A4956
7#2F4650
8#35444B
9#3A4245
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF3 #DEF3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E9 #C1E9FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91D9 #91D9F7 | BordersInactive statesPlaceholder text |
| 400 | 58C5 #58C5F3 | Disabled statesSecondary iconsMuted text |
| 500 | 28B4 #28B4F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0F97 #0F97D2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C78 #0C78A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0856 #085677 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0537 #05374C | Primary textHigh emphasis contentDark headings |
| 950 | 0322 #032230 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFE;
--teal-100: #DEF3FD;
--teal-200: #C1E9FB;
--teal-300: #91D9F7;
--teal-400: #58C5F3;
--teal-500: #28B4F0;
--teal-600: #0F97D2;
--teal-700: #0C78A7;
--teal-800: #085677;
--teal-900: #05374C;
--teal-950: #032230;
}