Teal
#085C78
BlueColor Codes
All color formats for development
HEX
#085C78RGB
rgb(8, 92, 120)HSL
hsl(195, 88%, 25%)OKLCH
oklch(0.444 0.084 228.1)CMYK
cmyk(93%, 23%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07536C
2#064960
3#054054
4#053748
5#042E3C
6#032530
7#021C24
8#021218
9#01090C
Tints
Lighter variations
1#0A779C
2#0C93C0
3#0FAEE4
4#27BFF1
5#4BC9F4
6#6FD4F6
7#93DFF8
8#B7EAFA
9#DBF4FD
Tones
Muted variations
1#0D5972
2#13566D
3#185367
4#1E5161
5#244E5C
6#294B56
7#2F4851
8#35454B
9#3A4345
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF5 #DDF5FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1EC #C1ECFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91DE #91DEF8 | BordersInactive statesPlaceholder text |
| 400 | 57CD #57CDF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27BF #27BFF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DA2 #0DA2D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B81 #0B81A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 085C #085C78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 053B #053B4D | Primary textHigh emphasis contentDark headings |
| 950 | 0325 #032530 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFE;
--teal-100: #DDF5FD;
--teal-200: #C1ECFB;
--teal-300: #91DEF8;
--teal-400: #57CDF4;
--teal-500: #27BFF1;
--teal-600: #0DA2D3;
--teal-700: #0B81A8;
--teal-800: #085C78;
--teal-900: #053B4D;
--teal-950: #032530;
}