Teal
#085678
BlueColor Codes
All color formats for development
HEX
#085678RGB
rgb(8, 86, 120)HSL
hsl(198, 88%, 25%)OKLCH
oklch(0.428 0.087 234.9)CMYK
cmyk(93%, 28%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#074E6C
2#064560
3#053C54
4#053448
5#042B3C
6#032230
7#021A24
8#021118
9#01090C
Tints
Lighter variations
1#0A709C
2#0C8AC0
3#0FA4E4
4#27B5F1
5#4BC1F4
6#6FCDF6
7#93DAF8
8#B7E6FA
9#DBF3FD
Tones
Muted variations
1#0D5472
2#13526D
3#184F67
4#1E4D61
5#244B5C
6#294956
7#2F4651
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 | DDF3 #DDF3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1EA #C1EAFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91D9 #91D9F8 | BordersInactive statesPlaceholder text |
| 400 | 57C5 #57C5F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27B5 #27B5F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D98 #0D98D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B79 #0B79A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0856 #085678 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0537 #05374D | 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: #DDF3FD;
--teal-200: #C1EAFB;
--teal-300: #91D9F8;
--teal-400: #57C5F4;
--teal-500: #27B5F1;
--teal-600: #0D98D3;
--teal-700: #0B79A8;
--teal-800: #085678;
--teal-900: #05374D;
--teal-950: #032230;
}