Teal
#086B78
CyanColor Codes
All color formats for development
HEX
#086B78RGB
rgb(8, 107, 120)HSL
hsl(187, 88%, 25%)OKLCH
oklch(0.484 0.082 209.7)CMYK
cmyk(93%, 11%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07606C
2#065560
3#054B54
4#054048
5#04353C
6#032B30
7#022024
8#021518
9#010B0C
Tints
Lighter variations
1#0A8B9C
2#0CABC0
3#0FCBE4
4#27DAF1
5#4BE0F4
6#6FE6F6
7#93ECF8
8#B7F3FA
9#DBF9FD
Tones
Muted variations
1#0D6672
2#13626D
3#185E67
4#1E5A61
5#24555C
6#295156
7#2F4D51
8#35484B
9#3A4445
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF9 #DDF9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F4 #C1F4FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91EC #91ECF8 | BordersInactive statesPlaceholder text |
| 400 | 57E2 #57E2F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27DA #27DAF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DBC #0DBCD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B95 #0B95A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 086B #086B78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0544 #05444D | Primary textHigh emphasis contentDark headings |
| 950 | 032B #032B30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFE;
--teal-100: #DDF9FD;
--teal-200: #C1F4FB;
--teal-300: #91ECF8;
--teal-400: #57E2F4;
--teal-500: #27DAF1;
--teal-600: #0DBCD3;
--teal-700: #0B95A8;
--teal-800: #086B78;
--teal-900: #05444D;
--teal-950: #032B30;
}