Teal
#085A78
BlueColor Codes
All color formats for development
HEX
#085A78RGB
rgb(8, 90, 120)HSL
hsl(196, 88%, 25%)OKLCH
oklch(0.439 0.085 230.4)CMYK
cmyk(93%, 25%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07516C
2#064860
3#053F54
4#053648
5#042D3C
6#032430
7#021B24
8#021218
9#01090C
Tints
Lighter variations
1#0A759C
2#0C90C0
3#0FABE4
4#27BBF1
5#4BC7F4
6#6FD2F6
7#93DDF8
8#B7E8FA
9#DBF4FD
Tones
Muted variations
1#0D5772
2#13556D
3#185267
4#1E4F61
5#244D5C
6#294A56
7#2F4851
8#35454B
9#3A4245
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF4 #DDF4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1EB #C1EBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91DC #91DCF8 | BordersInactive statesPlaceholder text |
| 400 | 57CA #57CAF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27BB #27BBF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D9E #0D9ED3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B7E #0B7EA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 085A #085A78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 053A #053A4D | Primary textHigh emphasis contentDark headings |
| 950 | 0324 #032430 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFE;
--teal-100: #DDF4FD;
--teal-200: #C1EBFB;
--teal-300: #91DCF8;
--teal-400: #57CAF4;
--teal-500: #27BBF1;
--teal-600: #0D9ED3;
--teal-700: #0B7EA8;
--teal-800: #085A78;
--teal-900: #053A4D;
--teal-950: #032430;
}