Teal
#086E78
CyanColor Codes
All color formats for development
HEX
#086E78RGB
rgb(8, 110, 120)HSL
hsl(185, 88%, 25%)OKLCH
oklch(0.492 0.082 206.1)CMYK
cmyk(93%, 8%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07636C
2#065860
3#054D54
4#054248
5#04373C
6#032C30
7#022124
8#021618
9#010B0C
Tints
Lighter variations
1#0A909C
2#0CB1C0
3#0FD2E4
4#27E0F1
5#4BE5F4
6#6FEBF6
7#93F0F8
8#B7F5FA
9#DBFAFD
Tones
Muted variations
1#0D6A72
2#13656D
3#186067
4#1E5C61
5#24575C
6#295256
7#2F4E51
8#35494B
9#3A4445
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFA #DDFAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F6 #C1F6FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91EF #91EFF8 | BordersInactive statesPlaceholder text |
| 400 | 57E7 #57E7F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27E0 #27E0F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DC2 #0DC2D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B9B #0B9BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 086E #086E78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0547 #05474D | Primary textHigh emphasis contentDark headings |
| 950 | 032C #032C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFE;
--teal-100: #DDFAFD;
--teal-200: #C1F6FB;
--teal-300: #91EFF8;
--teal-400: #57E7F4;
--teal-500: #27E0F1;
--teal-600: #0DC2D3;
--teal-700: #0B9BA8;
--teal-800: #086E78;
--teal-900: #05474D;
--teal-950: #032C30;
}